cancel
Showing results for 
Search instead for 
Did you mean: 

How to access JMS queues in the SAP J2EE Engine?

Former Member
0 Kudos

Hi Gurus,

Can anybody know how to access the jms dead message queues in the XI J2EE Engine (which is WAS 6.40)?

I have read in the SAP documentation that we can use some JMS commands from the telnet. I don't know how to use those commands.

Can anybody provide a step-by-step process to access these queues?

Thanks

Kalyan

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos

1) Open a command prompt

2) type

telnet localhost 50008

where the port is the same as your http, but with 8 as last digit.

3) Login

4) Issue the following set of commands

jump 0

add jms

jms list deadmsgs

Check by man jms other possible options.

HTH

Peter

Former Member
0 Kudos

Hi Peter,

Thanks for your post. I was able to connect and able to run those commands today. Do you know how can we access the content of the JMS queues? Could be some command like this.

Thanks

Kalyan

Former Member
0 Kudos

Write your own little JMS J2EE client app and you will be able to read/browse the queues to your heart's content.

As an alternative there are some freeware available in the JMS domain. Google it man.

Enjoy

Answers (0)