Skip to content

Make the OriginatingMessage inner class public #19

@crandall-chow-bl

Description

@crandall-chow-bl

Within the AmazonSQSPrioritizedMessageProvider is an inner OriginatingMessage class that is used to wrap a vanilla Message object. This allows for an originatingQueueUrl to be part of the message. Very handy. However the inner class is package-scope so we're not able to take advantage of this value to get the originating URL.

Make it public, please.

Metadata

Metadata

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions