Author |
Message |
Topic: I don't want to have to create a remote q def for 10,000 ... |
klingelb
Replies: 3 Views: 2739
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 09, 2005 10:08 am Subject: I don't want to have to create a remote q def for 10,000 ... |
Yes. I have also posted this in the MQ Everyplace forum, but this forum is much more active so I thought I'd get a quicker response. |
Topic: I don't want to have to create a remote q def for 10,000 ... |
klingelb
Replies: 3 Views: 2739
|
Forum: IBM MQ Java / JMS Posted: Wed Mar 09, 2005 9:43 am Subject: I don't want to have to create a remote q def for 10,000 ... |
I don't want to have to create a remote q def for 10,000 MQe clients:
I have the following topology:
MQeMoon1QM <-------> MQeEarthQM <---------> MQSaturnQM
... |
Topic: async listnr active, can't use this method on another thread |
klingelb
Replies: 5 Views: 4346
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 14, 2005 3:26 pm Subject: solution |
my problem was that i was using the same QueueSession for my sender and async receiver.
when i created a separate session for each it solved the problem.
thanks for you help though. |
Topic: async listnr active, can't use this method on another thread |
klingelb
Replies: 5 Views: 4346
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 14, 2005 12:16 pm Subject: nothing out of the norm |
yes my destination queue is an extension of javax.jms.Destination
I am just sending the message to a local application queue on my local MQe Qmgr.
My application is an eclipse based application ... |
Topic: async listnr active, can't use this method on another thread |
klingelb
Replies: 5 Views: 4346
|
Forum: IBM MQ Java / JMS Posted: Fri Jan 14, 2005 11:29 am Subject: async listnr active, can't use this method on another thread |
Has anyone seen the JMSException before: "an async listener is active, cannot use this method on another thread"
Code Blocks
Init Code Block
connection = connfact.createQueueConnection();
co ... |
Topic: Bad Queue Store |
klingelb
Replies: 1 Views: 8678
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Fri Nov 19, 2004 1:29 pm Subject: Bad Queue Store |
the line ----> qmConfig = new MQeQueueManagerConfigure(parms,registryLocation.append(qmname).append(QSTORE).toString());
should have been -----> qmConfig = new MQeQueueManagerConfigure(p ... |
Topic: Bad Queue Store |
klingelb
Replies: 1 Views: 8678
|
Forum: IBM MQ Telemetry / Low Latency Messaging / Everyplace Posted: Fri Nov 19, 2004 7:56 am Subject: Bad Queue Store |
try {
String registryPref = MqePlugin.getDefault().getPluginPreferences().getString(PREF_MQE_REGISTRY_LOCATION);
IPath registryLocation = validateRegistryLocation(registryPref);
qmgrf ... |
Topic: MQBEGIN fails with mqrc 2128 after MQCOMMIT fails with 2003 |
klingelb
Replies: 2 Views: 9827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 07, 2003 11:11 am Subject: MQBEGIN fails with mqrc 2128 after MQCOMMIT fails with 2003 |
After bumping up my db2 diaglevel to 4 I see the following message in my db2diag.log file
DIA1036C XA error with request type of "". Transaction was not found. |
Topic: unable to start a new trxn after mq backout |
klingelb
Replies: 3 Views: 6316
|
Forum: General IBM MQ Support Posted: Fri Mar 07, 2003 9:23 am Subject: db2diag.log file after bumping up the diaglevel to 4 |
After I get the deadlock and rollback the following is what I see in
the db2diag.log with diaglevel 4:
2003-03-07-10.54.55.801269 Instance:dniinst1 Node:000
PID:19766(db2agent (RUNDB)) Ap ... |
Topic: unable to start a new trxn after mq backout |
klingelb
Replies: 3 Views: 6316
|
Forum: General IBM MQ Support Posted: Fri Mar 07, 2003 7:12 am Subject: unable to start a new trxn after mq backout |
Do you think it has anything to do with WMQI? |
Topic: unable to start a new trxn after mq backout |
klingelb
Replies: 3 Views: 6316
|
Forum: General IBM MQ Support Posted: Thu Mar 06, 2003 1:32 pm Subject: unable to start a new trxn after mq backout |
My Environment is the following:
My Hardware:
RS/6000
My Software Stack:
OS: AIX 5.1 ML2
MQSeries: V5.2 GM with CSD04
WMQI-B: V2.1 with CSD04
JRE: Java 1.3.0 with SR14
DB/2: V7. ... |
Topic: MQBEGIN fails with mqrc 2128 after MQCOMMIT fails with 2003 |
klingelb
Replies: 2 Views: 9827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 05, 2003 1:58 pm Subject: MQBEGIN fails with mqrc 2128 after MQCOMMIT fails with 2003 |
My Environment is the following:
My Hardware:
RS/6000
My Software Stack:
OS: AIX 5.1 ML2
MQSeries: V5.2 GM with CSD04
WMQI-B: V2.1 with CSD04
JRE: Java 1.3.0 w ... |
Topic: MQOPEN call fails with a 2035 on a CLUSTER ALIAS queue |
klingelb
Replies: 1 Views: 2542
|
Forum: IBM MQ API Support Posted: Sat Mar 01, 2003 1:11 pm Subject: I figured it out |
I need to have the following authorizations for grp1:
For QM1: +connect +inq +altusr
For QM2: +connect +inq +altusr
For LOADBALANCER: +connect +inq +altusr
For SYSTEM.CLUSTER.TRANSMIT.QUEUE on ... |
Topic: MQOPEN call fails with a 2035 on a CLUSTER ALIAS queue |
klingelb
Replies: 1 Views: 2542
|
Forum: IBM MQ API Support Posted: Fri Feb 28, 2003 5:03 pm Subject: MQOPEN call fails with a 2035 on a CLUSTER ALIAS queue |
Environment:
QM names: QM1, QM2, LOADBALANCER on three different machines(AIX,AIX,Windows)
Q names: Q1, Q1alias exist on QM1 and QM2 and are advertised to the cluster
Cluster name: MQCLS
Full Rep ... |
Topic: MQOPEN call fails with a 2085 on a CLUSTER ALIAS queue |
klingelb
Replies: 9 Views: 8752
|
Forum: IBM MQ API Support Posted: Fri Feb 14, 2003 9:36 am Subject: MQOPEN call fails with a 2085 on a CLUSTER ALIAS queue |
Woohoo... it works now. Thanks vennela and bower. |