Author |
Message |
Topic: Purify and MQ C++ api |
pronak
Replies: 1 Views: 1610
|
Forum: IBM MQ API Support Posted: Thu Jun 09, 2005 5:04 pm Subject: Purify and MQ C++ api |
I am using the C++ api. And I declare a ImqMessage object. using the default constructor.
When I do a get, Purify tells me that I have a Uninitilized Memory Read. Is there anything I can do to get r ... |
Topic: how do I read MQ messages written by JMS application |
pronak
Replies: 3 Views: 2424
|
Forum: IBM MQ API Support Posted: Mon May 02, 2005 5:42 pm Subject: how do I read MQ messages written by JMS application |
Hi I am using the Websphere MQ C++ api. I get an ImqMessage that is written by a JMS application. Is there any easy way to get the userdata?
How do I read the JMS message? |
Topic: pub/sub question |
pronak
Replies: 11 Views: 4815
|
Forum: IBM MQ API Support Posted: Mon Apr 25, 2005 10:23 am Subject: System.broker.control.queue |
Let me see if I understand this correctly.
As a client I do a put of my subscription in the control.queue. If i dont give a Q manager name, then the broker will foward all the messages for the topic ... |
Topic: pub/sub question |
pronak
Replies: 11 Views: 4815
|
Forum: IBM MQ API Support Posted: Mon Apr 25, 2005 9:29 am Subject: Do i have to specify a queue on my side? |
Is there a default Queue I can have the topic messsages requested to be put my the broker? |
Topic: pub/sub question |
pronak
Replies: 11 Views: 4815
|
Forum: IBM MQ API Support Posted: Mon Apr 25, 2005 8:04 am Subject: pub/sub question |
I am writing a C pub/sub client application. I am given the name of the queue manager and the names of Topics I am suppose to subscribe to.
I am able to connect successfully to the Q_manager. Howeve ... |
Topic: Creating Repository File: AMI package |
pronak
Replies: 4 Views: 3251
|
Forum: IBM MQ API Support Posted: Wed Apr 20, 2005 8:28 am Subject: Alternatives |
So what would be my alternative if the requirments are to use
c++, and subscribe to cetain topic on remote queue managers?
Ronak |
Topic: Creating Repository File: AMI package |
pronak
Replies: 4 Views: 3251
|
Forum: IBM MQ API Support Posted: Wed Apr 20, 2005 7:55 am Subject: Creating Repository File: AMI package |
I am using the C++ api listed in the MQ Application Messaging Interface. The sample file and documentation is not very clear. Is there a better example of writing ones own xml based repository file? |