|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: MQPUT topicstring same as one in MQOPEN |
suchakjani
Replies: 7 Views: 16027
|
Forum: IBM MQ API Support Posted: Fri Apr 15, 2016 7:59 am Subject: MQPUT topicstring same as one in MQOPEN |
If a random thread is going to publish to a random topic each time it's called, then that's a different point.
Yes, it is a random thread publishing to a Topic within the hierarchy. But yes the wa ... |
Topic: MQPUT topicstring same as one in MQOPEN |
suchakjani
Replies: 7 Views: 16027
|
Forum: IBM MQ API Support Posted: Fri Apr 15, 2016 7:45 am Subject: MQPUT topicstring same as one in MQOPEN |
The sample doesn't work that way, and the API doesn't work that way.
Got it?
OK, Cool thanks, yes .
There's not a huge burden in open/close. It's a lot worse to connect/disconnect.
Ok, so ... |
Topic: MQPUT topicstring same as one in MQOPEN |
suchakjani
Replies: 7 Views: 16027
|
Forum: IBM MQ API Support Posted: Fri Apr 15, 2016 7:32 am Subject: MQPUT topicstring same as one in MQOPEN |
Thanks for the reply
td.ObjectString.VSPtr = topicString;
td.ObjectString.VSLength = (MQLONG)strlen(topicString);
MQOPEN(Hconn, &td, MQOO_OUTPUT | MQOO_FAIL_IF_QUIESCING, & ... |
Topic: MQPUT topicstring same as one in MQOPEN |
suchakjani
Replies: 7 Views: 16027
|
Forum: IBM MQ API Support Posted: Fri Apr 15, 2016 7:07 am Subject: MQPUT topicstring same as one in MQOPEN |
Hi
I have a system where i have a main topic MAIN and then many subtopics like MAIN/SUBJECT-1, MAIN/SUBJECT-2 to MAIN/SUBJECT-N .
I want to do do this(c language)
MQCONNECT
MQOPEN(open at MA ... |
|
|
|