cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

Problems while creating client (jsp) for message driven beans

Former Member
0 Likes
189

Hai

I have a problem , while creating client(JSP)

for Message Driven Bean, How we can lookup a message driven bean, and settings needed in Visual Administrator

etc,

Any body please help me in this regard

Regards

Somaraju

View Entire Topic
Former Member
0 Likes

MDBs are not meant for getting invoked directly from a client. So what you are trying to do itself is <b>WRONG</b>.

The best way to see if a MDB gets invoked or not is to put a Message on the queue or topic to which it is bound to, and see if the MDB does the intended stuff or not.