Tagged Questions

2
votes
2answers
191 views

JBoss doesn’t sends a JmsTemplate (Spring) message

Well, actually JBoss does send the message, but only when the current transaction started by the EJB is finished. We have this problem with JBoss 4.0.3 and Spring's JmsTemplate. A …
1
vote
1answer
48 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 rep …