Re: onMessage does not get called

2008-01-24 Thread Demian Mrakovich
Thank you, nice hint :) The business method on the bean that sends the message had TransactionAttributeType.SUPPORTED, I just set it to TransactionAttributeType.REQUIRED and it works now. James.Strachan wrote: > > On 23/01/2008, Demian Mrakovich <[EMAIL PROTECTED]> wrote: >> >> This is driving

Re: onMessage does not get called

2008-01-23 Thread James Strachan
On 23/01/2008, Demian Mrakovich <[EMAIL PROTECTED]> wrote: > > This is driving me crazy... > > I am running ActiveMQ under JBoss, and I have one dispatcher EJB3 bean which > sends to a queue and one message-driven bean connecting to the same queue. I > call a method on my dispatcher bean which post