I originally used queues & it worked fine but then I found out that there will be multiple consumers for this message so I have no choice but to use topics.
I will use the execute then - Do I call jmsTemplate.execute whenever I am ready to get messages?
I saw the setClientId - but how do I have that value when I am instantiating it from the applicationContext.xml? where does the client id get generated?



Reply With Quote