Author |
Message |
Topic: Add QMgr To Cluster - Seeing Existing Clustered Queues |
brpope
Replies: 4 Views: 9683
|
Forum: Clustering Posted: Wed Sep 25, 2002 12:39 pm Subject: Add QMgr To Cluster - Seeing Existing Clustered Queues |
Well, I can't see the cluster-queue definitions even if I try to access one. Slogging through the logs I can see messages relating to not being able to start the clusrcvr channel back to my non-repos ... |
Topic: Add QMgr To Cluster - Seeing Existing Clustered Queues |
brpope
Replies: 4 Views: 9683
|
Forum: Clustering Posted: Tue Sep 24, 2002 1:42 pm Subject: Add QMgr To Cluster - Seeing Existing Clustered Queues |
I went ahead and tried to add a non-repository qmgr to an existing cluster by defining the cluster sender and cluster receiver channels. The cluster sender channel runs fine (pointing to one of the r ... |
Topic: FDC File Generation |
brpope
Replies: 2 Views: 3433
|
Forum: General IBM MQ Support Posted: Fri Jun 14, 2002 5:35 am Subject: FDC File Generation |
For training and testing of some system management scripts, I'd like to "force" the generation of an .FDC file. Can anyone suggest a "gentle" way to cause an FDC file to be generated? I know sending ... |
Topic: pkgadd error msg - Solaris 2.8 |
brpope
Replies: 2 Views: 4265
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 11, 2002 6:33 pm Subject: pkgadd error msg - Solaris 2.8 |
Turned out to be a kernel problem. I'd set shmmax thinking the value was in 1K blocks instead of just bytes. Once I multiplied by 1000, it worked much better <grin>. Interesting the the pkgad ... |
Topic: pkgadd error msg - Solaris 2.8 |
brpope
Replies: 2 Views: 4265
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Jun 10, 2002 7:02 pm Subject: pkgadd error msg - Solaris 2.8 |
I'm trying to install 5.2 on solaris 2.8 and I get a message telling me I don't have enough storage available when I run the pkgadd utility. Any idea what pkgadd is checking for during the early part ... |
Topic: MQSI As Test Tool |
brpope
Replies: 1 Views: 3868
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 16, 2002 4:36 pm Subject: MQSI As Test Tool |
Warning, newbie question.
I wonder if anyone as an opinion about using MQSI as a messaging test tool? Our system has grown and the message set expanded to the point that creating test harnesses an ... |
Topic: MQSeries Pub/Sub |
brpope
Replies: 2 Views: 12647
|
Forum: IBM MQ Java / JMS Posted: Thu Oct 25, 2001 2:56 pm Subject: MQSeries Pub/Sub |
(1) CLASSPATH has to be updated to point to the location of the *.properties files. (e.g., on my machine (C:MQSeriesjavalib")
|
Topic: MQ Java packaging - why jms.jar? |
brpope
Replies: 2 Views: 12697
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 24, 2001 12:50 pm Subject: MQ Java packaging - why jms.jar? |
O.K., so I'm blind, it not jms.jar but jta.jar that contains javax/transaction/xa/XAException. |
Topic: MQ Java packaging - why jms.jar? |
brpope
Replies: 2 Views: 12697
|
Forum: IBM MQ Java / JMS Posted: Wed Oct 24, 2001 12:20 pm Subject: MQ Java packaging - why jms.jar? |
I've got a simple MQ Java (non-JMS) program that apparently needs jms.jar to work? Running, with just com.ibm.mq.jar in the CLASSPATH, I get a stack trace with the missing class being javax/transacti ... |
Topic: MQMessage.readFully() |
brpope
Replies: 3 Views: 22995
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 02, 2001 8:07 am Subject: MQMessage.readFully() |
The following code snippit illustrates a question I have about the behavior of the MQMessage.readFully() method. My test message size is 73 bytes.
If the buffer size is identical to the message siz ... |