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
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