learner
learner

Reputation: 950

How to Identify the Message Queue name in Spring Jms Message Listener

How to Identify the originating destination of a message received in Spring JMS Message Listener.

Upvotes: 2

Views: 2339

Answers (1)

learner
learner

Reputation: 950

I found the way the message.getJmsDestination () gives the destination from where the destination name can be retrieved

Upvotes: 3

Related Questions