Author |
Message |
Topic: Query MQ Configuration for current computer using .Net |
shankycheil
Replies: 8 Views: 6088
|
Forum: IBM MQ API Support Posted: Fri Sep 15, 2006 4:28 am Subject: Query MQ Configuration for current computer using .Net |
Thank you all for your responses.
w.r.t PCFAgent and PCFMessageAgent, I do find the classes in amqmdnet.dll available under the IBM.MQ.PCF namespace. Using the object browser in VS.Net I can see th ... |
Topic: Query MQ Configuration for current computer using .Net |
shankycheil
Replies: 8 Views: 6088
|
Forum: IBM MQ API Support Posted: Fri Sep 15, 2006 1:41 am Subject: Query MQ Configuration for current computer using .Net |
Hello elvis_gn,
Thanks for your prompt response.
google I did
But I'm not one bit wiser
Being new to the world of MQ and the lack of dotNet related documentation on PCFAgent & PC ... |
Topic: Query MQ Configuration for current computer using .Net |
shankycheil
Replies: 8 Views: 6088
|
Forum: IBM MQ API Support Posted: Thu Sep 14, 2006 9:03 pm Subject: Query MQ Configuration for current computer using .Net |
Hi,
I have been through the manuals but could not find out how to query the MQ Series configuration on the current computer through .Net programming. Well maybe "configuration" is a stron ... |
Topic: Accessing multiple QM's running on a single machine (2085) |
shankycheil
Replies: 11 Views: 6861
|
Forum: IBM MQ API Support Posted: Fri Aug 11, 2006 7:38 am Subject: SOLVED |
Hi Victor,
Thank you ever so much.
I installed the client component and modified the code to include
m_oMQEnvironment.Hostname = <myservername>
m_oMQEnvironemnt.Port = <the port my no ... |
Topic: Accessing multiple QM's running on a single machine (2085) |
shankycheil
Replies: 11 Views: 6861
|
Forum: IBM MQ API Support Posted: Fri Aug 11, 2006 6:43 am Subject: Accessing multiple QM's running on a single machine (2085) |
Hi Vitor,
Thank you for the references. I did some more research using the MQEnvironment call and am now getting a "The applicaiton failed to start because amqzsaic.dll was not found." In the appli ... |
Topic: Accessing multiple QM's running on a single machine (2085) |
shankycheil
Replies: 11 Views: 6861
|
Forum: IBM MQ API Support Posted: Fri Aug 11, 2006 4:44 am Subject: Accessing multiple QM's running on a single machine (2085) |
posted while you were trying to respond
I'll try and answer your Q's..
>> I notice the MQQueueManager constructor is not passed either a >> connection name or a channel ... |
Topic: Accessing multiple QM's running on a single machine (2085) |
shankycheil
Replies: 11 Views: 6861
|
Forum: IBM MQ API Support Posted: Fri Aug 11, 2006 4:37 am Subject: Accessing multiple QM's running on a single machine (2085) |
Hi Vitor,
As an update, you're quiet right in your statement that I seem to be connecting to the default QM because after the m_oMQQueueManager.Connect() call if I do the m_oMQQueueManager.Name I d ... |
Topic: Accessing multiple QM's running on a single machine (2085) |
shankycheil
Replies: 11 Views: 6861
|
Forum: IBM MQ API Support Posted: Fri Aug 11, 2006 4:24 am Subject: Accessing multiple QM's running on a single machine (2085) |
Hi Vitor,
Thank you for your prompt response.
I'm using the following code. I could not find an example of using MQEnvironment to do the same.
Try
m_oMQQueueManager = New MQQueueManager( ... |
Topic: Accessing multiple QM's running on a single machine (2085) |
shankycheil
Replies: 11 Views: 6861
|
Forum: IBM MQ API Support Posted: Fri Aug 11, 2006 2:49 am Subject: Accessing multiple QM's running on a single machine (2085) |
Hello All,
A newbie on MQ (I do dot net programming for a living)
I have a test system (Windows Server 2003) with MQ 6.0 running.
In addition to the default QM, I have created multiple QM's on ... |