cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Message Selector

Former Member
0 Kudos

I´m creating a JMS sender communication channel for connecting with MQ series. There are only one queue and must be used a message selector. The criteria for message selection is JMSType property.

How it must be configured ?

like DCJMSType='XXXX' ? or

like JMSType='XXXX' ?

can JMSType be used like message selector criteria ?

Regards.

Accepted Solutions (0)

Answers (2)

Answers (2)

Former Member
0 Kudos

HI

Async/Sync Communication using JMS adapter without BPM (SP 19):

Sync/Async communication in JMS adapter without BPM (SP19):

First would be to deploy drivers for JMS scenarios - https://www.sdn.sap.com/irj/sdn/go/portal/prtroot/docs/library/uuid/3867a582-0401-0010-6cbf-9644e49f...

Secondly, to configure JMS adapters;

http://help.sap.com/saphelp_nw04/helpdata/en/cd/d85a9d6fab7d4dbb7ae421f710626c/content.htm

In case JMS scenario that you have is a sync one, in that case if you are below SP19 you might have to build a BPM - ref: http://help.sap.com/saphelp_nw04/helpdata/en/83/d2a84028c9e469e10000000a1550b0/content.htm

How to correlate JMS messages - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/5059f110-0d01-0010-7c8b-fdc...

How to use conversion modules in JMS - https://www.sdn.sap.com/irj/servlet/prt/portal/prtroot/docs/library/uuid/f02d12a7-0201-0010-5780-8bf...

cheers

Former Member
0 Kudos

Hi,

you can use the context object DCMJMSType in the condition-editor for the Receiver-determination

See help-page for more information:

http://help.sap.com/saphelp_nw70/helpdata/EN/43/a513f2632c332ce10000000a11466f/content.htm

Regards,

Erik Hubers