Author |
Message |
Topic: rc 2195 |
tfennelly
Replies: 5 Views: 13770
|
Forum: General IBM MQ Support Posted: Thu Oct 21, 2010 5:43 am Subject: rc 2195 |
2195 in a java client app usually means a network error of some kind.
2195 is an internal error in MQ. It could be a network error, or a multitude of other unknown errors, including bugs in MQ ... |
Topic: XAResource.start blocking |
tfennelly
Replies: 2 Views: 4456
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 21, 2010 4:33 am Subject: XAResource.start blocking |
OK... sorry... I think I found the trick with the channels and setting the sharing... I created a Server Connection Channel in the Advanced settings on the Queue Manager, set the "Sharing Convers ... |
Topic: XAResource.start blocking |
tfennelly
Replies: 2 Views: 4456
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 21, 2010 3:18 am Subject: XAResource.start blocking |
Hi there.
I have an application using the WMQ JCA Adapter. It is:
1. Receiving messages from queue "A" through the JCA inflow.
2. Connecting and sending to another message to queue & ... |
Topic: stopping QM blocks com.ibm...JmsMessageConsumerImpl -bug? |
tfennelly
Replies: 7 Views: 10676
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 19, 2010 12:11 am Subject: stopping QM blocks com.ibm...JmsMessageConsumerImpl -bug? |
Sorry... if I can ask another question too please... how exactly do I turn off connection sharing? Through the explorer? Set something in the JNDI lookup properties for the Connection Factory?
... |
Topic: stopping QM blocks com.ibm...JmsMessageConsumerImpl -bug? |
tfennelly
Replies: 7 Views: 10676
|
Forum: IBM MQ Java / JMS Posted: Tue Oct 19, 2010 12:06 am Subject: stopping QM blocks com.ibm...JmsMessageConsumerImpl -bug? |
Hi guys.
I'm also seeing this issue in a test I'm running for a customer, but only when I try using an XAConnectionFactory (extended transaction client installed). I upgraded to 7.0.1.2, but am st ... |
Topic: XA Connection over BINDING transport?? |
tfennelly
Replies: 7 Views: 4865
|
Forum: General IBM MQ Support Posted: Wed May 20, 2009 1:41 pm Subject: XA Connection over BINDING transport?? |
Thanks again
So do I need the Extended Client to create an XA Connection when the client is running on the same OS ("locally") as the WMQ Server?
No you don't. You need to switch JNDI ... |
Topic: XA Connection over BINDING transport?? |
tfennelly
Replies: 7 Views: 4865
|
Forum: General IBM MQ Support Posted: Wed May 20, 2009 1:31 pm Subject: XA Connection over BINDING transport?? |
Thanks again
So do I need the Extended Client to create an XA Connection when the client is running on the same OS ("locally") as the WMQ Server? |
Topic: XA Connection over BINDING transport?? |
tfennelly
Replies: 7 Views: 4865
|
Forum: General IBM MQ Support Posted: Wed May 20, 2009 12:10 pm Subject: XA Connection over BINDING transport?? |
Thanks for the swift reply
Don't use the WMQ Naming Provider unless you really really know exactly why.
It breaks the logical separation between MQ and JNDI, in that it provides you naming en ... |
Topic: XA Connection over BINDING transport?? |
tfennelly
Replies: 7 Views: 4865
|
Forum: General IBM MQ Support Posted: Wed May 20, 2009 9:20 am Subject: XA Connection over BINDING transport?? |
Hi.
Is it possible to create an XA Connection over JNDI, without the Extended Client? My understanding is that is is possible to create a local XA Connection using the BINDING mode, but I can't se ... |