Hi, I am using the DefaultMessageListenerContainer in Spring JMS to implement message driven pojo's. I want to be able to set a message selector at runtime, so from the documentation I can see that...
Type: Posts; User: johan_sjoberg; Keyword(s):
Hi, I am using the DefaultMessageListenerContainer in Spring JMS to implement message driven pojo's. I want to be able to set a message selector at runtime, so from the documentation I can see that...
Hi, I am new to JMS and Spring, but have been able to write to a queue with JmsTemplate through a POJO that implements the method "sendTextMessage" which puts a TextMessage on the queue. I am using...