Author |
Message |
Topic: CurrentDepth() |
cvrachak
Replies: 28 Views: 54588
|
Forum: IBM MQ API Support Posted: Tue Nov 22, 2005 3:27 pm Subject: CurrentDepth() |
I am really sorry for not updating this list. I was referring to 1.0.0.2 version of the AMQMDNET.dll, the installed version on my box was 1.0.0.3, once I started using 1.0.03, everything is fine.
T ... |
Topic: CurrentDepth() |
cvrachak
Replies: 28 Views: 54588
|
Forum: IBM MQ API Support Posted: Wed Nov 16, 2005 3:49 pm Subject: CurrentDepth() |
Hey Wayne,
I have added MQC.MQOO_SET in the AccessQueue call it throws the 2068 error.
I have added the QMgrName,"","" after the option param in AccessQueue, it still gives the same 2068 err ... |
Topic: CurrentDepth() |
cvrachak
Replies: 28 Views: 54588
|
Forum: IBM MQ API Support Posted: Wed Nov 16, 2005 10:22 am Subject: CurrentDepth() |
private void test()
{
MQQueueManager mqQMgr = null;
MQQueue mqQueue = null;
try
{
mqQMgr = new MQQueueManager( textBox1.Text );
mqQueue = mqQMgr.AccessQueue( textBox2.Te ... |
Topic: CurrentDepth() |
cvrachak
Replies: 28 Views: 54588
|
Forum: IBM MQ API Support Posted: Tue Nov 15, 2005 1:12 pm Subject: CurrentDepth() |
below is the
public IBM.WMQ.MQQueue AccessQueue (
System.String queueName ,
System.Int32 openOptions ,
System.String queueManagerName ,
System.String dynamicQueueName ,
System.Strin ... |
Topic: CurrentDepth() |
cvrachak
Replies: 28 Views: 54588
|
Forum: IBM MQ API Support Posted: Tue Nov 15, 2005 12:35 pm Subject: CurrentDepth() |
Hi Sorry forgot to respond back to your earlier post.
I am using C# api call which is AccessQueue(). It is available in amqdnet.dll delivered by IBM as part of MQ 5.3, so I am not specifically maki ... |
Topic: CurrentDepth() |
cvrachak
Replies: 28 Views: 54588
|
Forum: IBM MQ API Support Posted: Tue Nov 15, 2005 10:55 am Subject: CurrentDepth() |
unfortunately, it still gives an 2068 error. The moment I remove that share from Cluster, everything looks okay |
Topic: Getting the Queue Depth when it is shared in a cluster |
cvrachak
Replies: 6 Views: 5785
|
Forum: IBM MQ API Support Posted: Mon Nov 14, 2005 9:27 pm Subject: Getting the Queue Depth when it is shared in a cluster |
The Queue is Local Queue. When the Queue is not shared in Cluster everything looks good, only when it is shared in the cluster, it is giving this 2068 error.
Thanks
Chandra Sekhar |
Topic: CurrentDepth() |
cvrachak
Replies: 28 Views: 54588
|
Forum: IBM MQ API Support Posted: Mon Nov 14, 2005 3:52 pm Subject: How about for a cluster Queue, |
I am having trouble getting the currentDepth of a Queue which is shared in a cluster. |
Topic: Getting the Queue Depth when it is shared in a cluster |
cvrachak
Replies: 6 Views: 5785
|
Forum: IBM MQ API Support Posted: Mon Nov 14, 2005 3:38 pm Subject: Getting the Queue Depth when it is shared in a cluster |
Hi how to get the current depth of a queue shared in a cluster. getting a 2068 error when trying to do it. able to get the depth when the queue is not shared in the cluster.
"CompCode: 1, Reason: 2 ... |
Topic: .NET struct for MQTMC2 in WebSphere MQ 5.2 and greater |
cvrachak
Replies: 1 Views: 2695
|
Forum: General Discussion Posted: Wed Feb 18, 2004 3:41 pm Subject: .NET struct for MQTMC2 in WebSphere MQ 5.2 and greater |
Hi All,
in the .NET classes for WebSphere MQ what is the equivalient structure of MQTMC2. I am planning to use the Trigger Monitor from IBM which will start my application. but I couldn't get a . ... |
Topic: Request/Reply with MQAX |
cvrachak
Replies: 1 Views: 2348
|
Forum: IBM MQ API Support Posted: Mon Mar 10, 2003 7:27 pm Subject: Request/Reply with MQAX |
Hi All,
I found the solution. It was an overlook on my part that I didn't check the optional parameters on one of the function which does this trick.
Well the general sequence of steps is
F ... |
Topic: Request/Reply with MQAX |
cvrachak
Replies: 1 Views: 2348
|
Forum: IBM MQ API Support Posted: Fri Mar 07, 2003 3:05 am Subject: Request/Reply with MQAX |
Hi all,
We have a source QM's QM1,QM2,QM3 sending messages to QM4. Each of the source QM's set the ReplyToQ and ReplyToQMgrName with the message. How do I respond back to them from QM4.
Please ... |
Topic: MQ Client 5.2 connecting to MQ Server 5.2 |
cvrachak
Replies: 6 Views: 6832
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Oct 13, 2002 8:42 am Subject: MQ Client 5.2 connecting to MQ Server 5.2 |
10/12/2002 19:35:49
AMQ9208: Error on receive from host server1(113.128.150.155).
EXPLANATION:
An error occurred receiving data from server1 (113.128.150.155) over TCP/IP.This may be due to a co ... |
Topic: MQ Client 5.2 connecting to MQ Server 5.2 |
cvrachak
Replies: 6 Views: 6832
|
Forum: IBM MQ Installation/Configuration Support Posted: Sat Oct 12, 2002 2:25 pm Subject: MQ Client 5.2 connecting to MQ Server 5.2 |
Hi all,
I am using MQ Series 5.2 in this setup.
I have an MQ Queue Manager running on Server1
I have installed MQ Client on Server2 and trying to communicate to Server1.
I have created ... |
Topic: Problem with WIN2k Clustering |
cvrachak
Replies: 10 Views: 18801
|
Forum: Clustering Posted: Tue Jul 09, 2002 2:58 pm Subject: Problem with WIN2k Clustering |
Thanks for the suggestions.
I think putting the remote Queue Manager as part of the cluster is a good solution,
I didn't understand how is the clustering done in the example below, can you ple ... |