Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

MDB invocation from an EJB transaction, is it possible ?

3222691Apr 18 2016 — edited Apr 19 2016

I have recently begun using JMS and I have run into the scenario as explained below:

EJB (Bean Managed):

{ User Transation :

    receive msg from QueueA

    send same msg over to QueueB

  End of User Transaction

}

QueueB MDB:

{ I see the JMS message in Queue B (using a QBrowser), but the MDB of Queue B, i.e. OnMessage() method never gets invoked.

}

Am I missing something wrt the settings ?  Please guide.

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on May 16 2016
Added on Apr 18 2016
0 comments
590 views