cancel
Showing results for 
Search instead for 
Did you mean: 

JMS Adapter Testing

Former Member
0 Kudos

Hi Team

I am using the JMS adapter as a sender and the idoc as receiver. i want to test the End to End scenario. i am using the Transport Protocol as " Access JMS Provider with JNDI".

I have been provide by a program which helps to write the xml message into the queue.

My doubt is how to run this program and where to run this java program??

this is the first time i am developing scenario by using the JMS adapter

Awaiting for your replies

thanx

Accepted Solutions (1)

Accepted Solutions (1)

stefan_grube
Active Contributor
0 Kudos

> I have been provide by a program which helps to write the xml message into the queue.

Why you don't simply ask the guy who provided that program?

Answers (3)

Answers (3)

Former Member
0 Kudos

answered

Former Member
0 Kudos

You need to visit the below site:

http://activemq.apache.org/jndi-support.html

I hope this will answer your query.

Regards,

Sudeep

Former Member
0 Kudos

Hi,

Are you trying to test the scenario JMS -> PI ?

If you are trying to add a message to the queue, you can use MQ client software to do this - this allows you to connect to a remote queue manager and add messages to any queue on the queue manager.

Cheers

Colin.

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Arjun,

Start sender JMS communication channel,if message available in queue it will read the message.

Regards,

Raj

Former Member
0 Kudos

Hi Raj

I have been provide by a program which helps to write the xml message into the queue.

My doubt is how to run this program and where to run this java program??

this is the first time i am developing scenario by using the JMS adapter

thanx

Former Member
0 Kudos

> I have been provide by a program which helps to write the xml message into the queue.

> My doubt is how to run this program and where to run this java program??

I never used such program. But you have to run this program in MQ becasue the queues are maintained at MQ side.

Regards,

Sarvesh

rajasekhar_reddy14
Active Contributor
0 Kudos

Hi Arjun,

I dont know why are using program to send messages to queue?? its stand alone java program??

Regards,

Raj