Author |
Message |
Topic: Package com.ibm.mq does not exist |
Boomn4x4
Replies: 1 Views: 6618
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 11, 2016 5:13 am Subject: Package com.ibm.mq does not exist |
I've got a simple, straight forward program I'm trying to compile and I'm getting a package com.ibm.mq does not exist error on and I'm not sure why.
I'm compiling with the classpath flag:
javac -c ... |
Topic: QMGR takes long time to shut down |
Boomn4x4
Replies: 6 Views: 5092
|
Forum: General Discussion Posted: Tue Jul 01, 2014 5:50 am Subject: QMGR takes long time to shut down |
Yesterday evening a back up hung because a qmgr was shutting down, the shutdown was issued with a -w parameter. The shutdown took longer than expected about, 25 minutes when a normal shutdown is abou ... |
Topic: QMGR directory path being tuncated when recreating qmgr |
Boomn4x4
Replies: 18 Views: 11024
|
Forum: General Discussion Posted: Thu Jun 05, 2014 4:37 am Subject: QMGR directory path being tuncated when recreating qmgr |
Figured it out.... dltmqm doesn't remove anything from /var/mqm/sockets
Have to delete that directory manually.
Don't do that...
use amqiclen and remove all shared memory for the qmgr in question ... |
Topic: QMGR directory path being tuncated when recreating qmgr |
Boomn4x4
Replies: 18 Views: 11024
|
Forum: General Discussion Posted: Tue Jun 03, 2014 6:22 am Subject: QMGR directory path being tuncated when recreating qmgr |
Figured it out.... dltmqm doesn't remove anything from /var/mqm/sockets
Have to delete that directory manually. |
Topic: QMGR directory path being tuncated when recreating qmgr |
Boomn4x4
Replies: 18 Views: 11024
|
Forum: General Discussion Posted: Tue Jun 03, 2014 6:18 am Subject: QMGR directory path being tuncated when recreating qmgr |
I have an environment variable that stores the qmgr name
export QMGR=PROD_QMGR1234_QM
I have a script that creates a the qmgr
crtmqm -c 'Queue Manager $QMGR' -q -u DLQ -ll $QMGR
The script c ... |
Topic: When are checkpoints written to log files |
Boomn4x4
Replies: 2 Views: 2429
|
Forum: General IBM MQ Support Posted: Mon May 12, 2014 4:44 am Subject: When are checkpoints written to log files |
I'm using linear logging and have a process that runs nightly to maintain the log files, deleting log files that are no longer necessary for restart. I was under the impression that MQ routinely main ... |
Topic: Re-ip of clustered server results in MQRC2085 |
Boomn4x4
Replies: 3 Views: 4714
|
Forum: Clustering Posted: Tue May 06, 2014 3:50 am Subject: Re-ip of clustered server results in MQRC2085 |
Go back to the infocenter and read about the correct procedure for changing a cluster receiver channel. Just changing the values is no good.
I couldn't find anything in the info center. I opened a ... |
Topic: Re-ip of clustered server results in MQRC2085 |
Boomn4x4
Replies: 3 Views: 4714
|
Forum: Clustering Posted: Mon May 05, 2014 7:18 am Subject: Re-ip of clustered server results in MQRC2085 |
Basic topology:
1 cluster
There are two FR, FRA and FRB
There are 4 "server" PR that each have a cluster queue, all named the same to collect data round robin
There are several "cli ... |
Topic: Changing permission on "active" log directory |
Boomn4x4
Replies: 9 Views: 10843
|
Forum: General Discussion Posted: Wed Mar 26, 2014 7:37 am Subject: Changing permission on "active" log directory |
I have a monitoring tool that I would like to keep an eye on the /var/opt/log/qmgr/active directory to make sure that it isn't filling up with logs for a queue manager with linear logging. The monito ... |
Topic: "Lost" messages |
Boomn4x4
Replies: 15 Views: 12633
|
Forum: General Discussion Posted: Tue Jan 21, 2014 7:20 am Subject: "Lost" messages |
Pre-Version 7.1
If the target queue is full, and no DLQ is defined in the queue manager, or the MCAUSER on the channel is not authorized to the DLQ or the DLQ is itself full, a non-persistent NPMSP ... |
Topic: "Lost" messages |
Boomn4x4
Replies: 15 Views: 12633
|
Forum: General Discussion Posted: Tue Jan 21, 2014 6:45 am Subject: "Lost" messages |
Another something I found that may help? During the time frame that these messages are being lost, I'm seeing network issues in the logs. Could this be playing into the issue?
From the manual: '... ... |
Topic: "Lost" messages |
Boomn4x4
Replies: 15 Views: 12633
|
Forum: General Discussion Posted: Tue Jan 21, 2014 6:26 am Subject: "Lost" messages |
Another something I found that may help? During the time frame that these messages are being lost, I'm seeing network issues in the logs. Could this be playing into the issue?:
01/20/14 09:41:47 ... |
Topic: "Lost" messages |
Boomn4x4
Replies: 15 Views: 12633
|
Forum: General Discussion Posted: Tue Jan 21, 2014 4:39 am Subject: "Lost" messages |
Obvious starter questions...
1. Is message expiry set?
2. Are they non-persistent messages?
3. What's the channel NPMSPEED set to?
4. Is there a DLQ?
5. Are you certain the Broker isn't discard ... |
Topic: "Lost" messages |
Boomn4x4
Replies: 15 Views: 12633
|
Forum: General Discussion Posted: Mon Jan 20, 2014 12:12 pm Subject: "Lost" messages |
I need some help trying to track down "lost" messages, looking for some ideas as I'm clueless.
I have a local QMGR that is sending data across a cluster where broker is consuming data off ... |
Topic: Help me understand QTIME |
Boomn4x4
Replies: 0 Views: 2181
|
Forum: Clustering Posted: Thu Dec 19, 2013 9:47 am Subject: Help me understand QTIME |
Can someone help me understand the QTIME value as it isn't acting as I believe it should.
The first value is supposed to be a short term value, the second a long term value. But in playing around ... |