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
187

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_member182372
Active Contributor
0 Likes

Hi Somaraju,

You can not reference MDB directly because it is invoked by EJB container by JMS message. You can declare the reference to the javax.jms.TopicConnectionFactory or to javax.jms.QueueConnectionFactory and post the message. Check http://help.sap.com/saphelp_nw04/helpdata/en/a3/63af1bbf09469fa1615c05f0daff6f/frameset.htm for more details.

Best regards, Maksim Rashchynski.