Author |
Message |
Topic: HConn with Binding mode |
MrMQ9
Replies: 7 Views: 12121
|
Forum: IBM MQ API Support Posted: Sun Mar 29, 2009 8:00 pm Subject: HConn with Binding mode |
When did you receive the 2018? At MQCONN or MQOPEN? Somewhere else?
Is all your code in this one program? Or are you calling some other program to do MQOPENs or MQGETs?
Post the source-code her ... |
Topic: HConn with Binding mode |
MrMQ9
Replies: 7 Views: 12121
|
Forum: IBM MQ API Support Posted: Sun Mar 29, 2009 6:10 pm Subject: HConn with Binding mode |
Hi,
Thanks for the reply.
The reason code is 2018. And the value of the HConn is always 1 when running remote mode in the local MQ server machine.
Another question is when two clients are runni ... |
Topic: HConn with Binding mode |
MrMQ9
Replies: 7 Views: 12121
|
Forum: IBM MQ API Support Posted: Sun Mar 29, 2009 4:59 pm Subject: HConn with Binding mode |
Dear MQ Gurus,
I am using MQ 7.0 in Windows 2003.
One of the application the MQ client running remotely have now moved in to the same machine as the MQ server is running on. This MQ client was run ... |
Topic: C# accessQueue() on topic returned error code 2035 |
MrMQ9
Replies: 4 Views: 9975
|
Forum: IBM MQ API Support Posted: Wed Feb 11, 2009 5:07 pm Subject: C# accessQueue() on topic returned error code 2035 |
Read again the pub /sub manual and how to use "queues" to access topics.
I don't believe you understood what was meant.
Let us know what you have tried after rereading the manual. :study ... |
Topic: C# accessQueue() on topic returned error code 2035 |
MrMQ9
Replies: 4 Views: 9975
|
Forum: IBM MQ API Support Posted: Tue Feb 10, 2009 5:54 pm Subject: C# accessQueue() on topic returned error code 2035 |
I want to add an option "+get" at the end of the commandline, but syntax error.
And when you looked at the WMQ System Admin Guide for setmqaut, Table 25, is Get allowed for Topic objects?
... |
Topic: C# accessQueue() on topic returned error code 2035 |
MrMQ9
Replies: 4 Views: 9975
|
Forum: IBM MQ API Support Posted: Mon Feb 09, 2009 6:22 pm Subject: C# accessQueue() on topic returned error code 2035 |
Hi,
I am writing a C# program to try to access a topic, but the accessQueue() method returned an error code 2035.
The topic I defined with setmqaut is shown below:
setmqaut -m MyQM -t topic - ... |
Topic: Dotnet sample |
MrMQ9
Replies: 1 Views: 2292
|
Forum: General IBM MQ Support Posted: Fri Dec 19, 2008 5:01 pm Subject: Dotnet sample |
Dear MQ Gurus,
Is there any C# sample for using callback?
It seems the MQ v7 supportPac does not have a sample code written in this area. |