Skip to content

Is there a way to obtain AWS Trace Header as part JMSListener headers ? #109

Open
@ghoshrahul

Description

@ghoshrahul

Hi,

Amazon SQS supports tracing of message passed through it's queue using the system attribute. However on the consumer/receiver end, we are using JMSListener, with the basic configuration to receive message from the queue.

Is there a way to obtain the system attribute by using JMSListener? We would want to trace the entire message flow and figure the bottlenecks in our application.

Kindly point us to the documentation, or sample code that can be used for achieving this.

<dependency> <groupId>com.amazonaws</groupId> <artifactId>amazon-sqs-java-messaging-lib</artifactId> <version>1.0.8</version> </dependency>

Let me know if any additional information is required

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions