cancel
Showing results for 
Search instead for 
Did you mean: 

Calling proxy according to jms attribute in Dynamic Configuration

Former Member
0 Kudos

Hello,

I have jms to proxy integration. I defined additional jms parameters in Adapter -Specific Message Attribute in JMS senderadapter. And I can retrieve this field in dynamics configuration in SXMB_MONI. Process should be continued as such:

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

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

How can i do it?

Please help

Thanks for your help

Nurhan

Accepted Solutions (1)

Accepted Solutions (1)

Shabarish_Nair
Active Contributor
0 Kudos

use a flag and set it to Invoice or Claim afer reading the property via the dynamic confirguration and then use this flag for your routing purposes.

Former Member
0 Kudos

Can you give me please any more information for this? I dont know, how can i set flag and use for proxy?

Thanks in advance

Nurhan

Shabarish_Nair
Active Contributor
0 Kudos

what i mean is conditional routing

Former Member
0 Kudos

Thanks for your reply, but i think so that i misstold. I mean that 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.

Thanks in Advance

Nurhan

Answers (0)