cancel
Showing results for 
Search instead for 
Did you mean: 

program which will read JMS queue and create a flat file

Former Member
0 Kudos

code which will read JMS queue and create a flat file

Accepted Solutions (1)

Accepted Solutions (1)

Answers (3)

Answers (3)

Former Member
Former Member
0 Kudos
Former Member
0 Kudos

Hi manas

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