Author |
Message
|
tiangl |
Posted: Wed Mar 14, 2007 7:29 am Post subject: JMS input node on aix |
|
|
Apprentice
Joined: 19 Nov 2004 Posts: 48
|
hi,
we wrote a simple flow which use JMS input node and output node. this sample can be running very well on windows. now we deployed it on AIX, we did all thing which we'v done on windows,like execute MQJMS_PSQ.mqsc, generate binding file, copy mq jar files to mqsi shared_class directory. but we can not get right result. it seems JMS input node didn't get any msg from source queue. test msg always stayed in physical queue which source queue mapping to. they weren't go to failure queue or trace node in following. we think everything is same on both windows and aix , except URL path.
we used PROVIDER_URL=file:/c:/jndi-directory on windows, PROVIDER_URL=file:///usr/mqm/java/bin/jndi-directory on aix
does anyone has idea of this error? |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 14, 2007 1:06 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
...
Why are you trying to use JMS to read from MQ Queues? Is MQInput node not sufficient, somehow?
....
What errors are being produced? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tiangl |
Posted: Wed Mar 14, 2007 7:50 pm Post subject: |
|
|
Apprentice
Joined: 19 Nov 2004 Posts: 48
|
cause we has many other J2EE application will put msg into MB, it's more convenient for those application to put jms msg. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Mar 14, 2007 8:05 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If they're putting JMS messages to an MQ Queue, you do not need the JMS Nodes to read that message, you can use an MQInput node. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tiangl |
Posted: Wed Mar 14, 2007 8:21 pm Post subject: |
|
|
Apprentice
Joined: 19 Nov 2004 Posts: 48
|
thanks jeff, i will think about your suggestion. btw, there's no errores in MB log. |
|
Back to top |
|
 |
elvis_gn |
Posted: Wed Mar 14, 2007 8:41 pm Post subject: |
|
|
 Padawan
Joined: 08 Oct 2004 Posts: 1905 Location: Dubai
|
Hi tiangl,
Can you run a broker trace and check.
Also, have u specified the backout queue name on the JMSInput node ?
Please paste the binding details here...
Regards. |
|
Back to top |
|
 |
tiangl |
Posted: Sun Mar 18, 2007 11:15 pm Post subject: |
|
|
Apprentice
Joined: 19 Nov 2004 Posts: 48
|
now We changed to use MQInput node, everything is going fine.
copy to elvis, cause this project will be validated by customer soon, I will try to get trace when validation was done. |
|
Back to top |
|
 |
|