-1

I am newbie to HornetQ. I have seen the queue selector example in hornetQ. How to achieve same in Spring integration with HornetQ ? Please assist.

GP32
  • 114
  • 1
  • 8

1 Answers1

1

If you're using MessageListenerContainer for consuming messages, check How to inject a message selector to message listener bean in jms-spring integration

Community
  • 1
  • 1
Arya
  • 2,809
  • 5
  • 34
  • 56
  • Thanks for your reply MojFar. In my case i will only come to know selector detialsin startup only. – GP32 Jan 24 '14 at 07:48