Author |
Message
|
niraj.tayade |
Posted: Thu Aug 17, 2006 12:13 am Post subject: Any one can suggest me, How can we use WebspherMQ in C# |
|
|
Newbie
Joined: 24 Jul 2006 Posts: 6 Location: Pune
|
Hi to All
I am using C# application for putting and getting a message from MQ,
My application and WebspherMQ product is installed on same machine.
In my applicaion first I create MQManager object and pass the QManager name to the constructor.After that I define MQQueue object and pass reqired parameters to AccessQueue method of MQManager.
Is this way is right for using WebspherMQ in my application?
Thanx In Advanced _________________ Regards
Niraj Tayade
Software Developer
Xite etc Software Pvt.Ltd.
Pune,India |
|
Back to top |
|
 |
inventicus |
Posted: Thu Aug 17, 2006 1:43 am Post subject: |
|
|
Newbie
Joined: 28 Jul 2006 Posts: 4 Location: Northampton, UK
|
Looks good to me...is it not working? |
|
Back to top |
|
 |
niraj.tayade |
Posted: Thu Aug 17, 2006 2:11 am Post subject: Its Work Fine |
|
|
Newbie
Joined: 24 Jul 2006 Posts: 6 Location: Pune
|
Hi
Its work fine
But I want which types of errors it will throw? _________________ Regards
Niraj Tayade
Software Developer
Xite etc Software Pvt.Ltd.
Pune,India |
|
Back to top |
|
 |
inventicus |
Posted: Thu Aug 17, 2006 2:24 am Post subject: |
|
|
Newbie
Joined: 28 Jul 2006 Posts: 4 Location: Northampton, UK
|
Have a look in the Websphere MQ Application Programming Reference. It should tell you what error reason codes can be returned when connecting to a queue manager and to a queue.
Ben |
|
Back to top |
|
 |
jefflowrey |
Posted: Thu Aug 17, 2006 2:25 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Or at least read the Using .NET manual. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
tleichen |
Posted: Thu Aug 17, 2006 7:22 am Post subject: Re: Its Work Fine |
|
|
Yatiri
Joined: 11 Apr 2005 Posts: 663 Location: Center of the USA
|
niraj.tayade wrote: |
Hi
Its work fine
But I want which types of errors it will throw? |
Well, any that occur, I suppose...  _________________ IBM Certified MQSeries Specialist
IBM Certified MQSeries Developer |
|
Back to top |
|
 |
|