cancel
Showing results for 
Search instead for 
Did you mean: 

JMS with No MSD ..

Former Member
0 Kudos

Hi We have an Interfaces which used JMS Adaptor . Previouly we congifured the MQ JMS Settings as 

DCJMSType=mcd://XMLNSC//XYZMessageType?format=XML

it worked well . we were able to receive the messages in SAP PI .

Now our MQ Group has asked us to drop the message domain type , so we changed to following

DCJMSType=mcd:////XYZMessageType?format=XML 

Now sap pi is reading the message from MQ but not able to determine the Receiver ..

What I am doing wrong .. ?

Can the Message domain be blank in PI .

Note : We have configured multiple receivers in to single integration screnario .

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

We got it .. it should have been

DCJMSType=XYZMessageType?format=XML 

..Thanks