Author |
Message |
Topic: Does standalone MQ Explorer contain .Net MQ Client? |
JoeShcmoe115
Replies: 3 Views: 4065
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Dec 13, 2010 9:31 am Subject: Does standalone MQ Explorer contain .Net MQ Client? |
I am downloading Eclipse and MQ Explorer from here:
https://www-304.ibm.com/support/docview.wss?uid=swg24021041
Computer that these components will be installed on will need to access MQ Server ... |
Topic: Connecting to remote queue manager using C# and .Net |
JoeShcmoe115
Replies: 17 Views: 24298
|
Forum: IBM MQ API Support Posted: Tue Nov 16, 2010 8:36 am Subject: Connecting to remote queue manager using C# and .Net |
You can download the MQ tester tool (with source code) from the below link.
http://mqclient.com/downloads.php?cat_id=3&download_id=9
I use the same tool to test MQ connections to a queue ma ... |
Topic: Connecting to remote queue manager using C# and .Net |
JoeShcmoe115
Replies: 17 Views: 24298
|
Forum: IBM MQ API Support Posted: Fri Nov 05, 2010 9:46 am Subject: Connecting to remote queue manager using C# and .Net |
Until the previous post the fact that NMQ_MQ_LIB is environment variable (and yes, I did set a lot of them over my career) was not mentioned. Neither it was mentioned in the help article. However your ... |
Topic: Connecting to remote queue manager using C# and .Net |
JoeShcmoe115
Replies: 17 Views: 24298
|
Forum: IBM MQ API Support Posted: Fri Nov 05, 2010 8:04 am Subject: Connecting to remote queue manager using C# and .Net |
What port are you using? Is it the default port, 1414?
Yes, default port - 1414
And what was the outcome of the connection type question?
As I mentioned in my OP - I get MQRC_Q_MGR_NAME_ERROR ... |
Topic: Connecting to remote queue manager using C# and .Net |
JoeShcmoe115
Replies: 17 Views: 24298
|
Forum: IBM MQ API Support Posted: Fri Nov 05, 2010 7:53 am Subject: Connecting to remote queue manager using C# and .Net |
What port are you using? Is it the default port, 1414?
Yes, default port - 1414
And what was the outcome of the connection type question?
As I mentioned in my OP - I get MQRC_Q_MGR_NAME_ERROR ... |
Topic: Connecting to remote queue manager using C# and .Net |
JoeShcmoe115
Replies: 17 Views: 24298
|
Forum: IBM MQ API Support Posted: Fri Nov 05, 2010 7:39 am Subject: Connecting to remote queue manager using C# and .Net |
What port are you using? Is it the default port, 1414?
Yes, default port - 1414 |
Topic: Connecting to remote queue manager using C# and .Net |
JoeShcmoe115
Replies: 17 Views: 24298
|
Forum: IBM MQ API Support Posted: Thu Nov 04, 2010 12:55 pm Subject: Connecting to remote queue manager using C# and .Net |
Vitor: my original post was confusing. I did use "queue" instead of "queue manager". I updated original post to fix that. |
Topic: Connecting to remote queue manager using C# and .Net |
JoeShcmoe115
Replies: 17 Views: 24298
|
Forum: IBM MQ API Support Posted: Thu Nov 04, 2010 12:39 pm Subject: Connecting to remote queue manager using C# and .Net |
NMQ_MQ_LIB.
I am not sure what you mean |
Topic: Connecting to remote queue manager using C# and .Net |
JoeShcmoe115
Replies: 17 Views: 24298
|
Forum: IBM MQ API Support Posted: Thu Nov 04, 2010 12:33 pm Subject: Connecting to remote queue manager using C# and .Net |
I wrote an application that connected to local queue using this
function call:
MQQueueManager mqQMgr = new MQQueueManager("QM_QueueName");
Now I need to connect to remote queue on ... |
Topic: Looking for code samples on how to use Syncpoints |
JoeShcmoe115
Replies: 3 Views: 4622
|
Forum: IBM MQ API Support Posted: Tue Aug 10, 2010 6:42 am Subject: Re: Looking for code samples on how to use Syncpoints |
Can anyone share some links or code snippets on using Commit() and Backout() in C#?
There's a link at the top of this page, and samples included with the product. If they've not been installed on y ... |
Topic: Looking for code samples on how to use Syncpoints |
JoeShcmoe115
Replies: 3 Views: 4622
|
Forum: IBM MQ API Support Posted: Tue Aug 10, 2010 6:04 am Subject: Looking for code samples on how to use Syncpoints |
I develop in C# using MQ v.7 native API.
I would like to use syncpoints to guarantee data consistency but can't find much documentation on the topic. All I found so far is an article to which I can ... |