cancel
Showing results for 
Search instead for 
Did you mean: 

Multiple message from 1 queue in IBM Websphere MQ

Former Member
0 Kudos

Hi,

i have one jms queue in ibm websphere mq. In this queue exist multiple messsage format. I defined a addtional jms message attribut in jms sender adapters in PI. I have two jms sender adapters.

According to this additional jms message properties should be called different proxy:

If "DCJMSMessageProperty0" is 1, proxy should be called for invoice,

If "DCJMSMessageProperty0" is 2, proxy should be called for Claims.

Also this configuration should be done in jms sender adapter.

How could be configurated jms sender adapter for websphere mq?

Thanks in Advance

Nurhan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

Hello,

Please check below link.

http://help.sap.com/saphelp_nw70/helpdata/EN/c1/739c4186c2a409e10000000a155106/content.htm

Regards,

Phani

Edited by: phani kumar on Dec 21, 2011 11:29 AM

Answers (1)

Answers (1)

Former Member
0 Kudos

Thanks but it s not solved my problem. I use IBM websphere MQ for Transport Porotocol. And i should configurate in jms sender adapter. But i dont managed to overcome

Former Member
0 Kudos

Nuhran,

Also this configuration should be done in jms sender adapter.

---> Why is this condition?

Anyways cant it be tried using conditional reciever determination?

Regards

Ramesh

Former Member
0 Kudos

Hi

Then the jms sender adapter will try to retrieve all mesage in one queue( because the all mesagges attend in one queue in ibm websphere mq) without configuration in jms sender adapter. So adapter status in Communication channel monitoring will be failed always. Because of the other message format. Queue has multiple message content. So each sender adapter should be retrieve message from queu according to an additional jms property. So i should configurate each sender jms adapter with related to additiıonal jms attribute in order to retrieve proper message for itself.

Nurhan