Skip to Content
0
Former Member
Jul 31, 2006 at 03:57 PM

Defining/Creating a JMS Queue in XI

255 Views

Scenario: Third party system would post messages in XI Jms queue, the messages would ultimately be sent to SAP.

Need to create this JMS queue in XI which receives Jms messages from third party.

Steps done:

1) Defined Sender Communication Channel 'CC_JMS'

JNDILookup name:jmsfactory/default/QueueConnectionFactory

JMSQueue:jmsqueues/default/JMS_queue

initialcontextfactory:com.sap.engine.services.jndi.InitialContextFactoryImpl

JNDIServerAddress:<<serverIP>>:50004

2)Defined sender ID for the outbound interface in SXMSIF

3) Added job(I've given the name, is it right?) in SXMb_Adm and Defined message filter for that job. activated.

4)configured message filter for the above sender ID. Queue name XBT1

5)when checked in adapter monitor for JMS_queue.Shows the following error message

CC_JMS : Sender channel. Details: Object not found in lookup of JMS_Queue.

Questions:

1)Is that the right approach i am following

2)How do i assign CC_JMS to JMS_queue

3)How do i know if JMS_queue is up and running

thnx

sunil