|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 6 matches |
Author |
Message |
Topic: Problem putting Message in MQSeries queue |
Intruder1
Replies: 2 Views: 1939
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 24, 2003 8:35 am Subject: Problem putting Message in MQSeries queue |
Interesting, don't know why but you could set all the properties in hashtable, instead of MQEnvironment, and pass that as parameter to new MQQueueManager(name, props); This should tell you if the prob ... |
Topic: 2059 errors with load test |
Intruder1
Replies: 5 Views: 3818
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 24, 2003 8:32 am Subject: 2059 errors with load test |
Do you see these ports being in time_wait state on the server side as well? On unix you could set tcp_time_wait_interval or tcp_close_wait_interval to be less than default 4 minutes.
I don't know t ... |
Topic: javax/resource/ResourceException |
Intruder1
Replies: 2 Views: 2628
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 24, 2003 7:58 am Subject: javax/resource/ResourceException |
Try adding connector.jar in the classpath.
Are you using bindings? If so make sure your qmgr is on the same machine and you have the right .so (.dlls) in library path. |
Topic: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
Intruder1
Replies: 5 Views: 4888
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 05, 2003 1:18 pm Subject: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
Venny,
A big sorry. I didn't look at the API's properly. There is an API where I can create the QueueManager by passing the properties in HashTable. I'll try that.
Thnx |
Topic: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
Intruder1
Replies: 5 Views: 4888
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 05, 2003 1:07 pm Subject: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
Venny,
Thanks for the reply. My situation is kind of different in the sense, I have a multi-threaded application. In this app, each thread owns a particular object say obj1. Each obj1 has the ... |
Topic: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
Intruder1
Replies: 5 Views: 4888
|
Forum: IBM MQ Java / JMS Posted: Wed Nov 05, 2003 11:12 am Subject: Same JVM, multiple Qmgrs, multiple machines multiple Ports |
Hi,
I have a QueueManagerPool, in which I'd want to have multiple Qmgrs each connecting to different host and QueueManager name. Is this possible? My concern is if I use the same JVM when I set
... |
|
|
|