Open
Description
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
Labels
No labels