Author |
Message |
Topic: Does WMQI 2.1 support UDB V8.1 ? |
dlamond
Replies: 6 Views: 3189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 28, 2003 6:17 am Subject: Does WMQI 2.1 support UDB V8.1 ? |
You are right and I won't argue with you. |
Topic: Is there a way to restrict the port in Java MQ client? |
dlamond
Replies: 7 Views: 5406
|
Forum: IBM MQ Java / JMS Posted: Tue May 27, 2003 10:38 am Subject: Is there a way to restrict the port in Java MQ client? |
I'm not sure I understand the concern here, what about using :
MQEnvironment.hostname = host_name
MQEnvironment.channel = channel_name
MQEnvironment.port = port_number
this in your java code. ... |
Topic: Does WMQI 2.1 support UDB V8.1 ? |
dlamond
Replies: 6 Views: 3189
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 27, 2003 10:22 am Subject: Does WMQI 2.1 support UDB V8.1 ? |
It may not be supported but it does work on Windows XP.
My setup is:
WMQI 2.1 csd 04
MQ 5.3.1
DB2 8.1
Websphere 5.0
Everything does work fine |
Topic: Does MQSI do anything to MsgId |
dlamond
Replies: 6 Views: 5370
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 30, 2002 4:45 am Subject: Does MQSI do anything to MsgId |
Are your java guys using JMS?
Kind of remember that the java guys here told me they add no control over the msgid when using JMS. |
Topic: URGENT- MQSI configuration Problem |
dlamond
Replies: 1 Views: 2331
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 30, 2002 4:19 am Subject: URGENT- MQSI configuration Problem |
Since the amqxcs2.dll is an MQSeries library, it seems the command fails while trying to create the queue manager.
Have you installed the latest CSDs for MQSeries and MQSI?
Are you able to find ... |
Topic: MQSI with Informix on Solaris 8 |
dlamond
Replies: 1 Views: 2030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 26, 2002 7:23 am Subject: MQSI with Informix on Solaris 8 |
Ok, here is more on what I tried.
I have a simple flow with one MQINPUT node, two MQOUTPUT nodes (one for success and one for failure), one DataInsert node and two trace nodes (one between MQINPUT ... |
Topic: MQCONNX memory leak |
dlamond
Replies: 1 Views: 3161
|
Forum: IBM MQ API Support Posted: Wed Jul 24, 2002 10:14 am Subject: MQCONNX memory leak |
Hello,
Thank's to IBM support for helping me with this one.
It appears that the problem was a Solaris 8 problem, testing with Solaris 6 and 7 with MQ CSD04 did not show any memory leak.
... |
Topic: MQSI with Informix on Solaris 8 |
dlamond
Replies: 1 Views: 2030
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 22, 2002 6:43 am Subject: MQSI with Informix on Solaris 8 |
Hello,
Anyone tried MQSI 2.1 database nodes with an Informix database on Solaris 8? Did it worked? if yes, can you tell me what odbc driver did you used?
Thank you, |
Topic: MQCONNX memory leak |
dlamond
Replies: 1 Views: 3161
|
Forum: IBM MQ API Support Posted: Mon Jul 15, 2002 11:03 am Subject: MQCONNX memory leak |
Hello,
I have a small problem here. I have MQ (csd04) installed on a Solaris 8 box.
I have a C application that needs to MQCONNX and MQDISC often.
If that application is linked wi ... |