Author |
Message
|
fredand44 |
Posted: Tue Feb 14, 2006 11:35 pm Post subject: How to set up WebSphere for foreign JMS |
|
|
Acolyte
Joined: 14 Feb 2006 Posts: 63
|
Hello!
We are developing a JMS connection between a WebLogic and a WebSphere server.
Since we do not know so much about JMS we started small with these steps to test a JMS connection for a point-to-point solution with a queue.
Steps on the way:
JMS inside 1 WebLogic server 8.1 (between 2 jsp-pages) - Works OK
JMS between 2 WebLogic servers 8.1 (between 2 jsp-pages) - Works OK
JMS inside 1 WebSphere server 6.0 (between 2 jsp-pages) (Default messaging) - Works OK
JMS inside 1 WebSphere server 6.0 (between 2 jsp-pages) (MQ) - Works NOT OK
JMS between 2 WebSphere servers 6.0 (between 2 jsp-pages) (MQ) - Works NOT OK
Final goal:
JMS between 1 WebLogic server 8.1 and 1 WebSphere server 6.0 (between 2 jsp-pages) (MQ) -Works NOT OK
It seems a bit more trickier to manage this with WebSphere than with WebLogic since (correct me if I am wrong) the setup contains of more then:
JMSserever
ConnectionFactory
Queue
ForeignJMSserever
ForeignConnectionFactory
ForeignQueue
...it just contains of in WebLogic.
So now to my question.
1) Is there any design pattern / tutorial / step by step how to set up this for:
JMS between 1 WebLogic server 8.1 and 1 WebSphere server 6.0 (between 2 jsp-pages) (MQ)???
2) If there is anybody out there that would give us some advise how to set up this we would be very thankfull, especially on the WebSphere side, what items/parts/objects/components do we need to set inside WebSphere??
I guess that our customer perfers to have the queue at the WebLogic side, so correct me if I am wrong when I say that the Foreign-set up must remain on the WebSphere side.
Best regards
Fredrik |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Feb 15, 2006 3:28 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Dealing with WAS 6.0 and MQ. You have to remember one thing: reading from MQ Queue: you can only read from a queue that is defined as a QueueLocal to the qmgr you are connected to.
Your setup between JMS and MQ probably lacks a lot of comprehension on how the pattern is supposed to work. Read the WAS manual on JMS Engines.
WAS is supposed to only deal with the JMS engines. MQ is addressable through the foreign bus. The response from any MQ process should be sent to the "QMGR" representing the JMS engine. So you do not read/write directly to MQ but go through the SI Bus.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
fredand44 |
Posted: Wed Feb 15, 2006 3:47 am Post subject: Do you got any url? |
|
|
Acolyte
Joined: 14 Feb 2006 Posts: 63
|
Hello!
Thanks for your reply!
Do you by any chance got any url to the "WAS manual on JMS Engines" or some advise how to find it?
I have searched www.ibm.com for it but can not find this specific manual.
Best regards
Fredrik |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Feb 15, 2006 3:50 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Its part of the general WAS manual. There is a section on the SI bus and the JMS engines. Look as well in the IBM Red books.
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
fredand44 |
Posted: Wed Feb 15, 2006 4:02 am Post subject: May this be the urls? |
|
|
Acolyte
Joined: 14 Feb 2006 Posts: 63
|
Hello!
Correct me if I'm wrong when I say that this is the manual:
[url]http://publib.boulder.ibm.com/infocenter/wasinfo/v6r0/index.jsp[/url]
And this looks like the red books entry:
[url]http://publib-b.boulder.ibm.com/cgi-bin/searchsite.cgi?query=was60[/url]
Best regards
Fredrik[/url] |
|
Back to top |
|
 |
mfinkels |
Posted: Wed Feb 15, 2006 7:06 am Post subject: |
|
|
Newbie
Joined: 20 Sep 2004 Posts: 5 Location: Toronto, ON Canada
|
|
Back to top |
|
 |
|