Author |
Message
|
emileke |
Posted: Tue May 14, 2002 3:42 am Post subject: MQconnection between MQe and MQ |
|
|
Centurion
Joined: 19 Aug 2001 Posts: 110 Location: South Africa
|
What is needed to setup a connection between MQe and MQ on the same physical box(win 2000)? |
|
Back to top |
|
 |
lillo |
Posted: Thu May 16, 2002 1:15 am Post subject: |
|
|
Master
Joined: 11 Sep 2001 Posts: 224
|
Hi,
MQe uses messages different that those used by MQSeries. So, if you need to send a message from MQe/MQ to MQ/MQe you will need to connect the MQe queue manager with the MQ queue manager and convert MQe/MQ messages to MQ/MQe messages.
You can also review chapter 6 on the MQSeries Introduction manual.
Cheers,
Manuel |
|
Back to top |
|
 |
emileke |
Posted: Thu May 16, 2002 4:51 am Post subject: |
|
|
Centurion
Joined: 19 Aug 2001 Posts: 110 Location: South Africa
|
Please supply me with the number of the MQSeries Introduction Manual |
|
Back to top |
|
 |
lillo |
Posted: Thu May 16, 2002 5:55 am Post subject: |
|
|
Master
Joined: 11 Sep 2001 Posts: 224
|
The number is GC34-5843
Cheers,
Lillo |
|
Back to top |
|
 |
emileke |
Posted: Thu May 16, 2002 10:56 pm Post subject: |
|
|
Centurion
Joined: 19 Aug 2001 Posts: 110 Location: South Africa
|
Hi
Thanks, This is the MQEVERYPLACE INTRODUCTION, not MQSeries |
|
Back to top |
|
 |
emileke |
Posted: Fri May 17, 2002 1:46 am Post subject: |
|
|
Centurion
Joined: 19 Aug 2001 Posts: 110 Location: South Africa
|
Hi
I define a bridge,queue manager proxy,client connection and listener and a remote queue on MQe but stil cannot send from MQe to MQ |
|
Back to top |
|
 |
shankerbabu |
Posted: Fri May 17, 2002 5:57 am Post subject: hey |
|
|
Novice
Joined: 21 Apr 2002 Posts: 12
|
Check for this
1)did u specified the transformer class while creating the Bridge and the Listener Object.
2)What error does the MQeGateway server is giving while it tries to send msg from MQe to MQ.
let me know
ShankerBabu |
|
Back to top |
|
 |
emileke |
Posted: Sun May 19, 2002 10:40 pm Post subject: |
|
|
Centurion
Joined: 19 Aug 2001 Posts: 110 Location: South Africa
|
Lister transformer : examples.mqbridge.transformers.MQeBaseTransformer
Bridge transformer : examples.mqbridge.transformers.MQeBaseTransformer
When I open the Connection remote queue , I choose option new message and then enter any test message and the dialog screen never comes back , it just hangs.
I suspect it is either the connection or the type of queue I defined.
I am not sure what type of connection to define. |
|
Back to top |
|
 |
|