Author |
Message |
Topic: Distribution list in .net API (WMQ 6.0) |
ochocki
Replies: 4 Views: 7176
|
Forum: IBM MQ API Support Posted: Mon Mar 03, 2014 6:16 am Subject: Distribution list in .net API (WMQ 6.0) |
It's not, but this functionality is not available in .net api (amqmdnet.dll). Anyone knows why? |
Topic: Distribution list in .net API (WMQ 6.0) |
ochocki
Replies: 4 Views: 7176
|
Forum: IBM MQ API Support Posted: Sat Mar 01, 2014 10:44 am Subject: Distribution list in .net API (WMQ 6.0) |
Hi,
I'd like to use distribution list in my project. I have seen some C examples, but I cannot find any C# examle. Also, I cannot find any option in amqmdnet.dll
m. |
Topic: Websphere MQ client goes slow when sharing connection |
ochocki
Replies: 4 Views: 5230
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Apr 22, 2013 7:05 am Subject: Websphere MQ client goes slow when sharing connection |
Hi,
I'm using websphere mq v6 with a client (v7) that reads and writes to different queues on the same queue manager on multiple threads.
When I disable reading thread I can reach over 1000 transa ... |
Topic: Receiving RENEWED certificate |
ochocki
Replies: 8 Views: 7349
|
Forum: IBM MQ Security Posted: Thu Mar 31, 2011 11:02 pm Subject: Receiving RENEWED certificate |
Yes, I tried, but since only an .arm file was created and no reqest was placed in 'Personal Certificate Requests' section I'm getting error message: 'The certificate request created for the certificat ... |
Topic: Receiving RENEWED certificate |
ochocki
Replies: 8 Views: 7349
|
Forum: IBM MQ Security Posted: Wed Mar 30, 2011 10:35 pm Subject: Receiving RENEWED certificate |
After pushing [Recreate request] only arm file is created - I do not see any request in 'Personal Certificate requests' section |
Topic: Receiving RENEWED certificate |
ochocki
Replies: 8 Views: 7349
|
Forum: IBM MQ Security Posted: Wed Mar 30, 2011 8:03 am Subject: Receiving RENEWED certificate |
I have no idea, the remote mq installation is out of my control.
They just claim, they just 'renewed the certificate'. |
Topic: Receiving RENEWED certificate |
ochocki
Replies: 8 Views: 7349
|
Forum: IBM MQ Security Posted: Wed Mar 30, 2011 7:12 am Subject: Receiving RENEWED certificate |
Hi,
Two years ago I succesfully managed to configure client certificate for my mq installation. Since the certificate expired I received a new one and now I'm not able to import this cer in "I ... |
Topic: QueueManager as proxy / forwarder |
ochocki
Replies: 1 Views: 3688
|
Forum: General Discussion Posted: Wed Jul 08, 2009 4:32 am Subject: QueueManager as proxy / forwarder |
I have the mq client on one machine and queue managers on another two machines. I know that I cannot to more than one QMgr, but I have heard that there is a possibility that QMgr may be configured as ... |
Topic: strange mq client behaviour whan connecting to mainframe |
ochocki
Replies: 3 Views: 7304
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jan 05, 2009 11:54 pm Subject: strange mq client behaviour whan connecting to mainframe |
Thanx Vitor! It works fine after qmgr.Commit()
M. |
Topic: strange mq client behaviour whan connecting to mainframe |
ochocki
Replies: 3 Views: 7304
|
Forum: Mainframe, CICS, TXSeries Posted: Mon Jan 05, 2009 1:49 pm Subject: strange mq client behaviour whan connecting to mainframe |
Hi,
I’m trying to send a message to MQ manager from mq client console
application using following code:
public class MQMessageSender
{
private const string connectionType =
MQC.T ... |