cancel
Showing results for 
Search instead for 
Did you mean: 

Scenario: JMS to EJB

Former Member
0 Kudos

Hi guys,

well i have an IBM-Frame in where i gonna get a queue. This data should be transfered to an EJB which will do the logic (logging, calculating etc.)

Getting the data from the IBM i gonna use JMS-Adapter.

I would like to know how i can call this EJB via Adapter-Framework. Which adapter do i have to take and how do i configure this one?

Additional: The EJB is deployed on another Web AS.

br Jens

Accepted Solutions (0)

Answers (2)

Answers (2)

stefan_grube
Active Contributor
0 Kudos

You can use the JMS adapter.

You put the message to the JMS queue of the Web As. Create a MDB to call the EJB.

Another option is using the SOAP adapter. Create a servlet which receives the message and call the EJB.

Regards

Stefan