Author |
Message |
Topic: Random 2059 error when connecting to QueueManager |
codeguy03
Replies: 12 Views: 10448
|
Forum: General IBM MQ Support Posted: Wed Aug 18, 2021 9:15 am Subject: Random 2059 error when connecting to QueueManager |
I don't understand the lack of compassion on these forums.
An interesting observation. We're an MQ technical forum. Compassion is not high on our list of job-related traits - always room for improv ... |
Topic: Random 2059 error when connecting to QueueManager |
codeguy03
Replies: 12 Views: 10448
|
Forum: General IBM MQ Support Posted: Thu Aug 12, 2021 9:56 pm Subject: Random 2059 error when connecting to QueueManager |
The same question is on stackoverflow and in that, it looks like the OP doesn't really understand DNS and how naming works.
Does this make you feel good? Like why even come on here to type this out ... |
Topic: Random 2059 error when connecting to QueueManager |
codeguy03
Replies: 12 Views: 10448
|
Forum: General IBM MQ Support Posted: Mon Aug 09, 2021 8:17 pm Subject: Random 2059 error when connecting to QueueManager |
Maybe I'm reading your question wrong but are you looking for some sort of magic in MQ?
There is nothing in MQ that would determine if your connection to QM1 fails that it should try QM2 on the sam ... |
Topic: Random 2059 error when connecting to QueueManager |
codeguy03
Replies: 12 Views: 10448
|
Forum: General IBM MQ Support Posted: Fri Aug 06, 2021 5:26 am Subject: Random 2059 error when connecting to QueueManager |
I am using this code to connect to a queue manager.I am using the AMQMDNETSTD.dll version 9.2.3
Hashtable properties = new Hashtable();
properties.Add( MQC.HOST_NAME_PROPERTY, Host );
p ... |
Topic: Possible to use keystore cert with AMQSSSLC command? |
codeguy03
Replies: 4 Views: 7359
|
Forum: General IBM MQ Support Posted: Sat Jun 05, 2021 8:35 pm Subject: Re: Possible to use keystore cert with AMQSSSLC command? |
When I run this command it doesn't work
AMQSSSLC ... -k *SYSTEM ...
Insufficient information for us to help you.
What makes you believe that it didn’t work? No response whatsoever? Some k ... |
Topic: Possible to use keystore cert with AMQSSSLC command? |
codeguy03
Replies: 4 Views: 7359
|
Forum: General IBM MQ Support Posted: Sat Jun 05, 2021 9:50 am Subject: Possible to use keystore cert with AMQSSSLC command? |
I am trying to test out my ssl connection before I get into working with .Net dll for MQ.
I have a key.kdb file and it works but our standard is to only use a a certificate from the windows keystor ... |