Author |
Message |
Topic: MQ Series Stress Testing In Java |
amigo21
Replies: 6 Views: 8405
|
Forum: IBM MQ Java / JMS Posted: Mon Jun 24, 2002 4:09 am Subject: Stress Testing |
Hi,
Actually the reason for using 9 QMs is because it is going to be a shared service and used by different Applications. Also, there is no additional open connection. As such, the process limit ... |
Topic: MQ Series Stress Testing In Java |
amigo21
Replies: 6 Views: 8405
|
Forum: IBM MQ Java / JMS Posted: Sat Jun 22, 2002 9:33 pm Subject: MQ Series Stress Testing In Java |
Hi,
I 've set up the following environment where there are 9 QMGRs and for each QMGR, there is 10 Queues. The MaxDepth for each queue is 1000.
Next, I start the Get Message program written in J ... |
Topic: Event Monitoring (QDEPTHHI) |
amigo21
Replies: 2 Views: 11585
|
Forum: IBM MQ Performance Monitoring Posted: Mon Jun 03, 2002 7:22 pm Subject: Event Monitoring (QDEPTHHI) |
Hi,
I've a Queue Manager called QMTEST and a queue called QUEUE1. I've defined the QDEPTHHI and QDEPTHLO and have enabled PERFMEV, QDPHIEV.
As such, when the queue depth of QUEUE1 exceeds QDEPT ... |
Topic: MQ Series Clustering Problem |
amigo21
Replies: 4 Views: 11297
|
Forum: Clustering Posted: Wed May 15, 2002 5:12 pm Subject: MQ Series Clustering |
Hi,
Here's the scenario:
Initially, I've tried to create the example cluster in MQ Series documentation using 2 QMs namely, LONDON and NEW YORK. residing on the same machine. After settin ... |
Topic: MQ Series Clustering Problem |
amigo21
Replies: 4 Views: 11297
|
Forum: Clustering Posted: Wed May 15, 2002 12:36 am Subject: MQ Series Clustering Problem |
Hi,
I've simulated a clustering environment and it was successful. However, I've accidentally deleted the Queue Managers where the Cluster Channels are defined. As such, it constantly gave error ... |
Topic: MQSeries Intercommunication |
amigo21
Replies: 11 Views: 8998
|
Forum: IBM MQ Java / JMS Posted: Mon May 06, 2002 2:19 am Subject: MQSeries Intercommunication |
Hi,
Thanks for the clear example. In fact I have set up a similar scenario but the message just do not get to the other Queue Manager. What happens is as follows:
When I placed a message on th ... |
Topic: Intercommunication |
amigo21
Replies: 13 Views: 11388
|
Forum: General IBM MQ Support Posted: Sat May 04, 2002 7:43 pm Subject: Intercommunication |
Hi,
Thanks for the reply. In fact, that's where I faced problems. I have tried setting up the sender channel on QM1 and receiver Channel on QM2 but just cannot get the message across.
Would a ... |
Topic: Intercommunication |
amigo21
Replies: 13 Views: 11388
|
Forum: General IBM MQ Support Posted: Fri May 03, 2002 7:34 pm Subject: Intercommunication |
Hi,
I am in the stage of trying out my hands on MQ Series and have successfully tested a Server-Client Environment with multiple machines.
As I am still pretty new to MQ Series, I am wondering i ... |