Author |
Message |
Topic: AMQ6090 Error message??? |
mkurley
Replies: 0 Views: 1797
|
Forum: General IBM MQ Support Posted: Tue Jan 31, 2006 6:13 am Subject: AMQ6090 Error message??? |
We are getting this message in the qmgrs log file AMQERR01.LOG. Can someone give me a hint as to what this error message means? Any information would be great. Thanks
AMQ6090: MQSeries was unabl ... |
Topic: crtmqm hangs when running on Linux |
mkurley
Replies: 4 Views: 4162
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 01, 2004 7:22 am Subject: crtmqm hangs when running on Linux |
I installed CSD07 and I am able to create a queue manager now.
I am now trying to connect to the queue manager from an "MQSeries Explorer" running on a windows machine. I have experience with co ... |
Topic: crtmqm hangs when running on Linux |
mkurley
Replies: 4 Views: 4162
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Oct 01, 2004 5:36 am Subject: crtmqm hangs when running on Linux |
I have installed the trial version of MQ (5.3) on "Fedora Core release 2 (Tettnang)" running Kernel 2.6.5-1.358.
I exported LD_ASSUME_KERNEL=2.4.1
When I run the crtmqm command the process just ... |
Topic: Queue Filters and performance. |
mkurley
Replies: 1 Views: 1798
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 22, 2004 12:31 pm Subject: Queue Filters and performance. |
I have a situation where multiple processes can be listening to a queue for messages based on different filters. For example, the three processes below are listening to the queue RESPONSE with differ ... |
Topic: JMS API Support |
mkurley
Replies: 2 Views: 2258
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 07, 2004 6:49 am Subject: JMS API Support |
Can someone let me know if the MQ JMS API is supported on the following platforms?
HP
Solaris
Linux
Is there an equilivent of the ma88 package for these platforms?
Thanks for the help in ... |
Topic: Deadlock problem |
mkurley
Replies: 1 Views: 2279
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 03, 2003 5:13 am Subject: Deadlock problem |
Also, if I turn on tracing for the MQ java code I don't get the deadlocks. |
Topic: Deadlock problem |
mkurley
Replies: 1 Views: 2279
|
Forum: IBM MQ Java / JMS Posted: Thu Jul 03, 2003 5:05 am Subject: Deadlock problem |
I am experiencing a deadlock when running my application. I have just recently upgraded to the latest version of the MA88 package. I have also upgrade to MQ 5.2.0.6. The code in question has been r ... |
Topic: Upgrade to MA88 - Connection Problem |
mkurley
Replies: 0 Views: 1712
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 02, 2003 5:29 am Subject: Upgrade to MA88 - Connection Problem |
We just recently upgraded the MA88 java API and now we are expericing a new problem. We have an application that starts up x number of threads to process messages on a queue. Sometimes when this pro ... |
Topic: Client Connection Pool - netstat |
mkurley
Replies: 5 Views: 4984
|
Forum: IBM MQ Java / JMS Posted: Fri Jun 20, 2003 5:44 am Subject: Client Connection Pool - netstat |
I just upgraded to version 5.2.0.6 and I am still experiencing the same problem. Are there any new mq jar files that I need to use on the client side? I looked in the /usr/mqm/java/lib directory and ... |
Topic: Client Connection Pool - netstat |
mkurley
Replies: 5 Views: 4984
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 19, 2003 9:44 am Subject: Client Connection Pool - netstat |
We are running version 5.2.0.5. Were the fixes in a CSD later than 5? |
Topic: Client Connection Pool - netstat |
mkurley
Replies: 5 Views: 4984
|
Forum: IBM MQ Java / JMS Posted: Thu Jun 19, 2003 7:46 am Subject: Client Connection Pool - netstat |
We wrote a connection pool to hold the QueueConnection objects that are created. Users of the pool ask for a connection then open up a QueueSession and QueueSender. After the message is sent it clos ... |
Topic: IllegalStateException - connection closed. |
mkurley
Replies: 2 Views: 4249
|
Forum: IBM MQ Java / JMS Posted: Thu Feb 20, 2003 6:45 am Subject: IllegalStateException - connection closed. |
I am getting the IllegalStateException - connection closed exception. (See below) Currently, we implemented our own JMS Connection Pool which pools just the QueueConnection objects. This has been runn ... |
Topic: Listening for messages in a Cluster |
mkurley
Replies: 1 Views: 8030
|
Forum: Clustering Posted: Thu Mar 28, 2002 7:33 am Subject: Listening for messages in a Cluster |
Is it possible to listen for messages on a queue that exist in a cluster. I have a client program that is running in a app server. This program puts a message on to a cluster queue and then listens ... |