2
votes
2answers
209 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. An EJB sends a …
