Author |
Message |
Topic: SSL Configuration using C Programming language |
chetandada
Replies: 10 Views: 14743
|
Forum: IBM MQ Security Posted: Tue Oct 09, 2018 5:07 am Subject: SSL Configuration using C Programming language |
I am getting 2553 MQ erorr can you justify what is the exact root cause.
It's as shown
Thanks |
Topic: SSL Configuration using C Programming language |
chetandada
Replies: 10 Views: 14743
|
Forum: IBM MQ Security Posted: Tue Oct 09, 2018 3:58 am Subject: SSL Configuration using C Programming language |
[quote="hughson"][quote="JosephGramig"]<Rant>I am getting 2553 MQ erorr can you justify what is the exact root cause.
thanks in advance |
Topic: Get continuously message using MQGET |
chetandada
Replies: 12 Views: 16878
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Sep 13, 2018 11:26 pm Subject: Re: Get continuously message using MQGET |
Code works fine after resetting msgid on each MQGET call..
Thank you all |
Topic: Get continuously message using MQGET |
chetandada
Replies: 12 Views: 16878
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 12, 2018 5:04 am Subject: Get continuously message using MQGET |
It is already written in loop
So what you're saying is that your code enters the loop, executes the first MQGet call as posted, then loops back, executes the MQGet call again and doesn't return a m ... |
Topic: Get continuously message using MQGET |
chetandada
Replies: 12 Views: 16878
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 12, 2018 4:39 am Subject: Get continuously message using MQGET |
It is already written in loop |
Topic: Get continuously message using MQGET |
chetandada
Replies: 12 Views: 16878
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Sep 12, 2018 4:08 am Subject: Get continuously message using MQGET |
Hi all ,
Below is the function call to get message
MQGET(Hcon, Hobj, &md, &gmo, sizeof(buffer), l_buffer, &messlen, &CompCode, &Reason);
we are getting only one message a ... |
Topic: SSL Configuration using C Programming language |
chetandada
Replies: 10 Views: 14743
|
Forum: IBM MQ Security Posted: Wed Sep 12, 2018 2:45 am Subject: SSL Configuration using C Programming language |
hello all ,
I have code to connect remote MQ which is connected successfully to remote MQ. now i need to configure SSL.
Is there any code available for SSL in C and steps to configure SSL??
... |