Author |
Message |
Topic: MQSeries and HTTP |
john_bazeley
Replies: 4 Views: 16225
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 06, 2001 1:06 pm Subject: MQSeries and HTTP |
If you want to tunnel MQ over http, you can use the Internet Pass-Thru SupportPac (http://www-4.ibm.com/software/ts/mqseries/txppacs/ms81.html) This is used to get round firewalls, or to avoid having ... |
Topic: MQSI crash |
john_bazeley
Replies: 7 Views: 24713
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Sep 03, 2001 2:44 pm Subject: MQSI crash |
I bet if you'd re-installed DB2 you'd have fixed the problem. Or maybe even just zapped the MQSI tables then re-installed MQSI. |
Topic: MQ utility to mess around with the messages :) |
john_bazeley
Replies: 7 Views: 22545
|
Forum: IBM MQ Java / JMS Posted: Thu Aug 30, 2001 7:09 pm Subject: MQ utility to mess around with the messages :) |
There was some discussion of the geocities issue on the tomcat list a while back. You can't link to images stored on geocities from a web page on another server. Forces you to watch the ads.
|
Topic: MQ Series 5.2 and Java 1.2.2 - not working |
john_bazeley
Replies: 3 Views: 15520
|
Forum: IBM MQ Java / JMS Posted: Mon Aug 27, 2001 5:28 pm Subject: MQ Series 5.2 and Java 1.2.2 - not working |
This is a known issue with AIX / MQ and JDKs.
There's a few words on the subject at http://www-4.ibm.com/software/ts/mqseries/library/manual01/en_US/aqm7aq01/aqm7aq.html
What you can do is:
1. ... |
Topic: Internal error at crtmqm in Solaris |
john_bazeley
Replies: 1 Views: 33184
|
Forum: Messaging and Integration Technologies FAQ Posted: Sun Aug 26, 2001 7:36 pm Subject: Internal error at crtmqm in Solaris |
Do not run crtmqm as root, if root is not in the MQ group. You'll have semaphores / shared memory left around that is owned by root and can cause problems in the future (especially if you try to do th ... |
Topic: Removing shared memory resources on Unix |
john_bazeley
Replies: 14 Views: 123222
|
Forum: Messaging and Integration Technologies FAQ Posted: Sun Aug 26, 2001 7:33 pm Subject: Removing shared memory resources on Unix |
If you do this when you've got more than 1 QM, or things like client trigger monitors running on the same box, you'll be in big trouble. |