cancel
Showing results for 
Search instead for 
Did you mean: 

JMS to ECC messages in different Queues ...

Former Member
0 Kudos

Hi All,

We have a requirement , sender is JMS and target is ECC. The QOS is EOIO , the messages are for three different company codes. When the messages received from JMS , they have to sent in three different queues based on their company code.

Kindly suggest how to acheive it.

- Muru

Accepted Solutions (0)

Answers (2)

Answers (2)

bhavesh_kantilal
Active Contributor
0 Kudos

Check the code in this blog,

Regards,

Bhavesh

bhavesh_kantilal
Active Contributor
0 Kudos

1.Set the QOS as EOIO in the sender JMS adapter and provide a Queue Name.

2. Write a Adapter Module that reads the Company Code from this Message and then -resets the QueueName.

The Adapter module provides API's to do this. If I remember right, the method setConversationID does this.

Will look up the API and confirm

Regards,

Bhavesh