Author |
Message |
Topic: Unreliable retained publication under mq 7.0.0/7.0.1 |
Duong Nguyen
Replies: 6 Views: 5150
|
Forum: General IBM MQ Support Posted: Wed Jul 14, 2010 12:43 am Subject: Unreliable retained publication under mq 7.0.0/7.0.1 |
When the retained publication does not arrive do new publications arrive sucessfully?
Yes. For testing what I did was to get the publish program (my program, not the IBM test program) to publish ev ... |
Topic: Unreliable retained publication under mq 7.0.0/7.0.1 |
Duong Nguyen
Replies: 6 Views: 5150
|
Forum: General IBM MQ Support Posted: Tue Jul 13, 2010 3:55 pm Subject: Unreliable retained publication under mq 7.0.0/7.0.1 |
No, not in my program and not in the IBM mq sample programs.
Let me ask in a different way: what MQSO_ option(s) did you specify?
If we disregarded my own program and stick to the IBM sample prog ... |
Topic: Unreliable retained publication under mq 7.0.0/7.0.1 |
Duong Nguyen
Replies: 6 Views: 5150
|
Forum: General IBM MQ Support Posted: Tue Jul 13, 2010 1:38 pm Subject: Unreliable retained publication under mq 7.0.0/7.0.1 |
Has the option of MQSO_NEW_PUBLICATIONS_ONLY been set or defaulted in the subscriber?
No, not in my program and not in the IBM mq sample programs. |
Topic: Unreliable retained publication under mq 7.0.0/7.0.1 |
Duong Nguyen
Replies: 6 Views: 5150
|
Forum: General IBM MQ Support Posted: Mon Jul 12, 2010 7:26 pm Subject: Unreliable retained publication under mq 7.0.0/7.0.1 |
Websphere mq seems to have a problem with retained publications.
My program, when started, publishes to a couple of topics with the MQPMO_RETAIN option.
Another program subscribes to one of these to ... |
Topic: mqctl suspend/mqctl stop does not return. |
Duong Nguyen
Replies: 3 Views: 7207
|
Forum: IBM MQ API Support Posted: Tue Mar 16, 2010 12:30 am Subject: mqctl suspend/mqctl stop does not return. |
I'd try using an entirely separate MQCONNX call to create a separate connection to receive the Publications.
It doesn't seem a good idea off the cuff to mix and match synchronous and asynchronous c ... |
Topic: mqctl suspend/mqctl stop does not return. |
Duong Nguyen
Replies: 3 Views: 7207
|
Forum: IBM MQ API Support Posted: Mon Mar 15, 2010 12:56 am Subject: mqctl suspend/mqctl stop does not return. |
---- I've moved this from "General Discussion" ---
We are first time users of Websphere MQ so please be gentle.
What we are attempting to do is to implement asynchronous callback under .NE ... |