Author |
Message
|
Blomman |
Posted: Thu Mar 12, 2009 4:53 am Post subject: Configuration issue, syncpoint coordinator. |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
Hi!
One simple question that i cant resolve....
Setting up JMSinput and JMSoutput nodes i the same message flow.
JMSinput node with GlobalTransaction using one JBoss server(one physical sever) as provider, JMSoutput node with GlobalTransaction using another JBoss server(another physical server) as provider.
After mqsiconfigurableservice etc etc bla bla....
Now configurating WMB Qmanager as "transaction manager" eq syncpoint coordninator.
Setting this stanza in qm.ini file
Code: |
XAResourceManager:
Name=JBoss
SwitchFile=/opt/ibm/mqsi/6.1/lib/libJMSSwitch64.so
XAOpenString=org.jnp.interfaces.NamingContextFactory, jnp://"some ipadress or dns lookup":1099, XAConnectionFactory
|
How to set up another "XAResourceManager" using the same JMSprovider/mqsicreateconfigurableservice(JBoss in this case) to work in the same flow? Actually how to define it in the qm.in file?
Do i have to define another JMSprovider/mqsicreateconfigurableservice that is of a kind that i already has configurated(a copy)?
Best regards!
//Michael |
|
Back to top |
|
 |
Blomman |
Posted: Fri Mar 13, 2009 12:24 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
Hmmm not so simple it occurs...No answers...
//Michael |
|
Back to top |
|
 |
Vitor |
Posted: Fri Mar 13, 2009 12:36 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Blomman wrote: |
Hmmm not so simple it occurs...No answers...
|
Be sure and post the solution when you find it. Seems a lot of people will be interested.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 13, 2009 3:21 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I'm a little confused about what should happen if this were done.
What does it mean to have two servers configured under the same JMSProvider/mqsiconfigurableservice?
Does it mean that both must be connected to at all times and each receive a copy of every message?
Is it some odd attempt to get failover or load-balancing, without using the mechanisms available by properly specifying the connection string accordingto to what the resource provider allows? |
|
Back to top |
|
 |
Blomman |
Posted: Fri Mar 13, 2009 6:41 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
mqjeff wrote: |
I'm a little confused about what should happen if this were done.
What does it mean to have two servers configured under the same JMSProvider/mqsiconfigurableservice?
Does it mean that both must be connected to at all times and each receive a copy of every message?
Is it some odd attempt to get failover or load-balancing, without using the mechanisms available by properly specifying the connection string accordingto to what the resource provider allows? |
Hehe im not attempting to do something odd..
I just wants to get messages from one datasource and deliver them to another datasource throught the JMSnodes* in the same flow...And of course doing this using XA.
An my question was, how to set this up in WMB_WMQ, documentation describes this.
//Michael |
|
Back to top |
|
 |
mqjeff |
Posted: Fri Mar 13, 2009 7:41 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
I think you'd have two services? one for Input one for output? |
|
Back to top |
|
 |
Blomman |
Posted: Sat Mar 14, 2009 4:47 am Post subject: |
|
|
Master
Joined: 31 Oct 2006 Posts: 230
|
|
Back to top |
|
 |
|