|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 5 matches |
Author |
Message |
Topic: setModelQueueName Method not available in IBMMQDotnetClient |
ekoks
Replies: 6 Views: 19714
|
Forum: IBM MQ API Support Posted: Wed Dec 07, 2022 1:23 pm Subject: setModelQueueName Method not available in IBMMQDotnetClient |
SourceCode:
PCFMessageAgent messageAgent = new PCFMessageAgent(mqQueueManager);
int[] attrs =
{
... |
Topic: setModelQueueName Method not available in IBMMQDotnetClient |
ekoks
Replies: 6 Views: 19714
|
Forum: IBM MQ API Support Posted: Fri Sep 23, 2022 1:55 am Subject: setModelQueueName Method not available in IBMMQDotnetClient |
Hello I'm using PCFMessageAgent class in C# to get List of queues on a queueManager, however our autorization restrictions do not allow me to use the SYSTEM.DEFAULT.MODEL.QUEUE for instantiating the P ... |
Topic: PCFMessageAgent.send returns MQRC_NOT_AUTHORIZED Error |
ekoks
Replies: 2 Views: 10403
|
Forum: IBM MQ API Support Posted: Thu Mar 31, 2016 6:20 am Subject: PCFMessageAgent.send returns MQRC_NOT_AUTHORIZED Error |
Hello,
I'm writing a .NET application which requires s list of queues in a specific queuemanager.
However when I use PCFMessageAgent to send the request for the Q names, I receive an error MQRC_NO ... |
Topic: Error connection to QManager using vb.net |
ekoks
Replies: 3 Views: 5800
|
Forum: General IBM MQ Support Posted: Tue Feb 23, 2016 1:22 am Subject: Error connection to QManager using vb.net |
Solved my problem. As stated by fjb_saper, when MQ Client is not installed, I had to create a managed connection.
Here is my new code:
Module main
Sub Main()
Dim QueueN ... |
Topic: Error connection to QManager using vb.net |
ekoks
Replies: 3 Views: 5800
|
Forum: General IBM MQ Support Posted: Mon Feb 22, 2016 5:28 am Subject: Error connection to QManager using vb.net |
Hello,
I'm writing a VB.Net program tom monitor the queue depth of several queues. On my development machine, my code is working. Here I've installed MQ Client.
However on another machine, where ... |
|
|
|