cancel
Showing results for 
Search instead for 
Did you mean: 

Communication between two JMS Queue

Former Member
0 Kudos

Hi all,

I have to communicate between two JMS System without using any JAVA program or XI server.

I have Sys A: WAS A: JMS A: Queue A

and have Sys B: WAS B: JMS B: Queue B

I want to communicate between Queue A and B without using XI or JAVA Program. So is there any server level settings by which you can set up this communication?

I searched a lot on help.sap.com and SDN but could not find solution.

In one of link I got following info.

"External communication takes place using an SAP-proprietary binary format. The port used is obtained from the dispatcher. The default port is 5<sid>10, however, you can change this port in the server port definitions. The protocol used for JMS can only be transferred using this port. When communicating over network boundaries, this port must be opened on the firewall."

But could not understand anything.

Can any body will help me in this?

Warm Regards,

Gouri

Accepted Solutions (0)

Answers (1)

Answers (1)

Former Member
0 Kudos

You can not do this.

IF you are trying to achieve something like Local / Remote Queues what WebSphere MQ offers, it is not possible with JMS compliant servers.

Former Member
0 Kudos

Thanks Amol for replying. Do you have any official document or note in which it is clearly mentioned? Because I need to give it to Client.

Warm Regards,

Gouri

Former Member
0 Kudos

you wont find any document saying "This is not supported". you can conclude so because anything of that sort is not covered in any of the official documents and the requirement itself is something different..

Former Member
0 Kudos

You mean to say that if I need to communicate between these 2 queue either I need to write Java code or Use XI ??

Or is there any other way of doing this?

Warm Regards,

Gouri

Former Member
0 Kudos

Hi Gouri,

Yes you need to write java code / Use XI / use Websphere MQ as middlewre for the same

Regards