Author |
Message |
Topic: Trouble with Temporary Dynamic Queue as ReplyQueue |
Toum
Replies: 2 Views: 1829
|
Forum: General Discussion Posted: Mon Apr 24, 2006 5:42 am Subject: Trouble with Temporary Dynamic Queue as ReplyQueue |
Thanks.
I fixed the problem with MQRFH "MQPSRegOpts" option (or, MQRFH2 option). Had to set them to "NonPers" (for non persistent).
Maodo |
Topic: Trouble with Temporary Dynamic Queue as ReplyQueue |
Toum
Replies: 2 Views: 1829
|
Forum: General Discussion Posted: Fri Apr 21, 2006 3:05 pm Subject: Trouble with Temporary Dynamic Queue as ReplyQueue |
I'm doing pub/sub with Websphere MQ basic broker and MQRFH messages. My applications recieves their replies (the messages they are subscribed to) on dynamically created queues.
- When queues are PE ... |
Topic: Publish#Subcribe with Websphere MQ V6 |
Toum
Replies: 10 Views: 5213
|
Forum: General IBM MQ Support Posted: Thu Dec 08, 2005 6:33 am Subject: Publish#Subcribe with Websphere MQ V6 |
Hi Everybody,
I started this post 2 months ago because I was very beginner in WMQ and I wanted to integrate legacy VB6 (applications) with WMQ. Now, I understand a lot of things in WMQ and its APIs ... |
Topic: Extracting message Data from MQRFH message |
Toum
Replies: 3 Views: 3853
|
Forum: General IBM MQ Support Posted: Wed Nov 16, 2005 7:14 am Subject: Extracting message Data from MQRFH message |
C sample code helped a lot. It helped me find out how to do work in VB6. Now, it works.
Thanks. |
Topic: Extracting message Data from MQRFH message |
Toum
Replies: 3 Views: 3853
|
Forum: General IBM MQ Support Posted: Tue Nov 15, 2005 1:11 pm Subject: Extracting message Data from MQRFH message |
I wrote Pub/Sub sample applications with WMQ base broker. Publisher sends MQRFH messages to Broker. Subscriber recieves the messages (from broker) also in MQRFH format.
How could my subscriber extr ... |
Topic: WMQ Broker troubleshoot |
Toum
Replies: 1 Views: 1810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 09, 2005 2:32 pm Subject: WMQ Broker troubleshoot |
I'm running the base WMQ pub/sub broker on Windows (strmqbrk -m MY_BROKER). When I rightclick on queue manager and select "Application Connections" (WMQ Explorer), I see that two "runmqbrk.exe" proces ... |
Topic: Websphere MQ V6 - XMS .NET - Pub/Sub |
Toum
Replies: 1 Views: 1987
|
Forum: IBM MQ API Support Posted: Tue Nov 08, 2005 8:06 am Subject: Websphere MQ V6 - XMS .NET - Pub/Sub |
For connecting legacy VB6 code to Websphere MQ V6, I'm planning to use VB6-.NET interop functionnalities for making possible my legacy VB6 code to connect to MQ via XMS .NET API.
Questions :
1) ... |
Topic: Publish#Subcribe with Websphere MQ V6 |
Toum
Replies: 10 Views: 5213
|
Forum: General IBM MQ Support Posted: Sat Nov 05, 2005 2:14 pm Subject: Publish#Subcribe with Websphere MQ V6 |
Is it possible to do Publish/Subcribe with Websphere MQ V6 without any other (broker, integration, event layer, support pac) additionnal installation ? |
Topic: Websphere MQ - MQAX - MQRFH |
Toum
Replies: 1 Views: 1554
|
Forum: General IBM MQ Support Posted: Fri Nov 04, 2005 4:24 pm Subject: Websphere MQ - MQAX - MQRFH |
Hi,
I would like to get some support from someone who already wrote Publish/Subscribe VB6 applications for sending and recieving MQSeries messages with the Websphere MQ V6 builtin Publish/Subscribe ... |
Topic: MQM.DLL File not found error |
Toum
Replies: 3 Views: 5434
|
Forum: General IBM MQ Support Posted: Wed Oct 26, 2005 7:58 am Subject: MQM.DLL File not found error |
The same error. A message box with the message «Execution error '53' : File not found MQM.DLL». |
Topic: MQM.DLL File not found error |
Toum
Replies: 3 Views: 5434
|
Forum: General IBM MQ Support Posted: Wed Oct 26, 2005 7:38 am Subject: MQM.DLL File not found error |
I have Websphere MQ server installed on XP machine and Websphere MQ client installed on a Win2K machine. On the server machine, I tried the VB6 sample code amqsputb. It worked fine.
Next :
I tri ... |
Topic: VB6 - Websphere MQ |
Toum
Replies: 0 Views: 1748
|
Forum: General IBM MQ Support Posted: Mon Oct 24, 2005 1:13 pm Subject: VB6 - Websphere MQ |
Hi,
I'm newbie in the Websphere MQ world and I'm hired for connecting legacy VB6 applications to Websphere MQ.
I have a couple of issues to resolve before being able to do serious work :
1) Do ... |
Topic: Read remote queue via remote queue definition |
Toum
Replies: 3 Views: 2319
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 24, 2005 6:44 am Subject: Read remote queue via remote queue definition |
Sorry MASTER kevinf2349.
I'm a NEWBIE in the Websphere MQ. I did not find necessary to write it my post, since it is automatically written under names on the forum. |
Topic: Read remote queue via remote queue definition |
Toum
Replies: 3 Views: 2319
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 24, 2005 6:33 am Subject: Read remote queue via remote queue definition |
Is it possible to read a remote queue via remote queue definition ? If no, what is the workaround ?
I did create on the same machine (with MQ Explorer for Websphere MQ V6.0) :
- 2 queue manager ... |
Topic: VB6 - Websphere MQ |
Toum
Replies: 1 Views: 2477
|
Forum: IBM MQ API Support Posted: Fri Oct 14, 2005 1:04 pm Subject: VB6 - Websphere MQ |
I’m a beginner in the websphere MQ world and I’m trying to connect VB6 legacy applications by websphere MQ.
Could you please refer me to VB6 programming with Websphere MQ tutorials with sample ... |