Author |
Message
|
lionelglenn |
Posted: Wed Jun 20, 2007 8:42 am Post subject: Configuring MQSeries to send messages to a JMS Queue |
|
|
Newbie
Joined: 20 Jun 2007 Posts: 1
|
hi Friends, got this forums over google and got to see many experts here and hence asking this question here.
I am a newbie in MQSeries and the JMS world. I have a MQSeries Server and a SAP Server which has an JMS serivce running. I need to send message from the MQSeries to the JMS Queue. in JMS queue there is no Queue Manager and hence i cannot to the standard configuration. Please suggest me what i need to in order to set up MQSeries to send messages to the JMS Queue |
|
Back to top |
|
 |
rparti |
Posted: Wed Jun 20, 2007 9:10 am Post subject: |
|
|
 Voyager
Joined: 05 Oct 2005 Posts: 86 Location: U.S.A.
|
Install the MQSeries Client on the SAP server. With that you will get the JMS for MQSeries.
Configure the JNDI appropriately and reference the mq jms jar file in your code. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jun 20, 2007 2:48 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
rparti wrote: |
Install the MQSeries Client on the SAP server. With that you will get the JMS for MQSeries.
Configure the JNDI appropriately and reference the mq jms jar file in your code. |
You need as well to program a JMS bridge between your 2 JMS providers
A) IBM Websphere MQ
b) SAP
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Jun 20, 2007 5:30 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
fjb_saper wrote: |
You need as well to program a JMS bridge between your 2 JMS providers
A) IBM Websphere MQ
b) SAP |
Assuming that SAP is acting as a JMS Provider, and not just as a JMS client. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed Jun 20, 2007 8:28 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
jefflowrey wrote: |
fjb_saper wrote: |
You need as well to program a JMS bridge between your 2 JMS providers
A) IBM Websphere MQ
b) SAP |
Assuming that SAP is acting as a JMS Provider, and not just as a JMS client. |
lionelglenn wrote: |
I have a MQSeries Server and a SAP Server which has an JMS serivce running. I need to send message from the MQSeries to the JMS Queue |
With this I assumed that the destination was a JMS Queue from the SAP provider...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|