0
votes
1answer
38 views
Unable to deque messages from Topic after the listener listens the messages in spring jms
I am sending the messages to Topic using oracle.jms.AQjmsFactory. The messages are stored in DB topic . Using DefaultMessageListenerContainer , the messages are being listen .But the problem is the …
1
vote
1answer
183 views
Creating temporary JMS jms topic in Spring
I'm trying to refactor some legacy code to use Spring to handle the jms connections to a mainframe service. I need to connect create a temporary topic for the mainframe service reply and set that as …
