Author |
Message |
Topic: MQJMS2005 "Urgent" |
kthompson
Replies: 5 Views: 5435
|
Forum: IBM MQ Java / JMS Posted: Fri Mar 07, 2003 7:41 am Subject: THis is what had worked for me |
I know this is an old post, but here are the two things that I had done to resolve this issue on AIX.
1.
export LIBPATH="/usr/mqm/lib"
2.
vi /var/mqm/mqs.ini
#add this line in the QueueManager ... |
Topic: Channel Exit on Cluster Sender Channel |
kthompson
Replies: 2 Views: 8730
|
Forum: Clustering Posted: Mon Feb 25, 2002 9:14 am Subject: Channel Exit on Cluster Sender Channel |
Thanks. The exits are now working.
|
Topic: Channel Exit on Cluster Sender Channel |
kthompson
Replies: 2 Views: 8730
|
Forum: Clustering Posted: Wed Feb 13, 2002 10:25 am Subject: Channel Exit on Cluster Sender Channel |
I have a channel exit on a generic sender channel, and it is working fine. I opted to add the exact same exit to a cluser sender channel, and it is ignored. Even if I put in an exit of "Bogus(i ... |
Topic: user exit not available |
kthompson
Replies: 1 Views: 7862
|
Forum: IBM MQ API Support Posted: Fri Feb 08, 2002 11:36 am Subject: user exit not available |
I know I'm answering my own question...
The format should not be "exit", it needed to be "exit(ChannelExit)". I needed to specify both the object and the method. I started with ... |
Topic: user exit not available |
kthompson
Replies: 1 Views: 7862
|
Forum: IBM MQ API Support Posted: Wed Feb 06, 2002 8:05 am Subject: user exit not available |
The error I get when I ping the channel from NT's Management Console, for a channel between two AIX boxes is:
"The channel was terminated because the user exit specified does not exist. (AMQ4018 ... |
Topic: Unable to load message catalog - mqji |
kthompson
Replies: 4 Views: 15847
|
Forum: IBM MQ API Support Posted: Tue Feb 05, 2002 12:29 pm Subject: Unable to load message catalog - mqji |
Just a FYI,
The "Unable to load message catalog - mqji" part is from your CLASSPATH not having "/usr/mqm/java/lib" in it.
|
Topic: Exits in MQ using Java |
kthompson
Replies: 3 Views: 10280
|
Forum: IBM MQ API Support Posted: Thu Jan 31, 2002 7:49 am Subject: Exits in MQ using Java |
I was having the same problem...
Is it possible to write C code to wrap a system() call to java, and load the exits? Is yes, does someone have a sample? I would prefer not to dust off my C books, u ... |
Topic: backout count of 804397136 |
kthompson
Replies: 3 Views: 10161
|
Forum: IBM MQ Java / JMS Posted: Tue Dec 11, 2001 7:20 am Subject: backout count of 804397136 |
There is a efix that will be available: IC31920. I've been testing on AIX, and it seems to has solved my problem.
|
Topic: backout count of 804397136 |
kthompson
Replies: 3 Views: 10161
|
Forum: IBM MQ Java / JMS Posted: Tue Nov 20, 2001 3:17 pm Subject: backout count of 804397136 |
Update....
It is only having this "random" problem when the message is non-persistent. Persistent messages have not been having this problem thus far.
|
Topic: backout count of 804397136 |
kthompson
Replies: 3 Views: 10161
|
Forum: IBM MQ Java / JMS Posted: Mon Nov 19, 2001 7:12 am Subject: backout count of 804397136 |
Setup:
We have MQ5.2 running on a risc6000 inside a cluster, we'll call MQ.HUB. We have MQ5.2 on other risc6000 boxes that have remote definitions pointing channeled to HB.HUB, we'll call MQ.SPOKE.
... |