Author |
Message |
Topic: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
aravindks3
Replies: 12 Views: 19786
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 10, 2017 6:36 pm Subject: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
Take a look at THIS
The article was really helpful and thanks for this. But i already use wildcard for MQCONN as *<QueueManager> name.
Still my MQ admin says my application is connecting to ... |
Topic: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
aravindks3
Replies: 12 Views: 19786
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Oct 10, 2017 12:45 am Subject: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
Is there any leftover code from before the CCDT? Remember that the MQEnvironment is a singleton...
No. Because when they bring down one node, the application reads the response from the ... |
Topic: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
aravindks3
Replies: 12 Views: 19786
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 09, 2017 6:52 pm Subject: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
Is there any leftover code from before the CCDT? Remember that the MQEnvironment is a singleton...
No. Because when they bring down one node, the application reads the response from the ... |
Topic: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
aravindks3
Replies: 12 Views: 19786
|
Forum: IBM MQ Installation/Configuration Support Posted: Mon Oct 09, 2017 6:49 pm Subject: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
What MQRC do you get?
I am not sure, i checked the application code and when i try MQGET, if MQRC_NO_MSG_AVAILABLE, the code is not printing anything, in else part we are checking if MQCC_FAILED and ... |
Topic: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
aravindks3
Replies: 12 Views: 19786
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Oct 08, 2017 11:52 pm Subject: MQOO_INPUT_AS_Q_DEF for MQOPEN with CCDT |
I am using CCDT file for my application to do MQ connectivity.
My CCDT file has 2 Nodes specified. My Adapter was earlier referring to Queue manager running on the same server, so for MQOPEN options ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Jul 09, 2017 7:51 pm Subject: MQ Client Connection using C Programming |
Hi,
I am referring to the Queue manager running on a different machine.
These days we were using the queue manager which was running locally for our application to get connected.
Now we are using C ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jul 06, 2017 6:17 pm Subject: MQ Client Connection using C Programming |
As we are moving slowly all our interfaces connect through CCDT file, currently only one interface is getting moved. So i compiled my program separately. I am managing that.
But is there any way we ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jun 22, 2017 10:44 pm Subject: MQ Client Connection using C Programming |
The problem is i cannot make my whole application link to libmqic to connect to client. Because few programs in my application rely on the local queue managers running to access the queues.
So i am c ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Thu Jun 22, 2017 1:23 am Subject: MQ Client Connection using C Programming |
Thanks for your prompt response.
My Websphere version is 7.5 still using libmqm, my application was referring to local queue manager and not client manager.
Till date, my application was referring ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 21, 2017 11:50 pm Subject: MQ Client Connection using C Programming |
The MQ team has made some changes to CCDT file and my amqsputc is working now. but my application is trying to connect using libmqm instead of libmqic.a library. So i need to check which library it is ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 21, 2017 6:11 pm Subject: MQ Client Connection using C Programming |
Thanks for the article. It was very useful to understand about the MQCONN call. But as i am still unable to test the queue using amqsputc, i am waiting for the MQ team reply from my company to check t ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Wed Jun 21, 2017 12:25 am Subject: MQ Client Connection using C Programming |
As per the CCDT file contents given by MQ team for me, i have tried same name.
So i have asked the MQ team to check revert me on the same. Waiting for their reply.
Will update you soon on the outcom ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 20, 2017 10:20 pm Subject: MQ Client Connection using C Programming |
My Library is linked to /usr/mqm/lib64/ which has following libraries
libmqicb_r.a , libmqicb.a, libmqic_r.a, libmqic.a.
Is there any other jar file to be present in the installation path.
Because ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Tue Jun 20, 2017 10:16 pm Subject: Re: MQ Client Connection using C Programming |
Thanks for the reply, But i came to know if i set up MQSERVER environment variable and try to use amqsputc, i am able to connect.
If i unset the MQSERVER variable and set up only MQCHLLIB and MQCHLTA ... |
Topic: MQ Client Connection using C Programming |
aravindks3
Replies: 26 Views: 36454
|
Forum: IBM MQ Installation/Configuration Support Posted: Sun Jun 18, 2017 9:37 pm Subject: MQ Client Connection using C Programming |
My Application is return in Pro*C language and these days we were referring to Queue manager running locally.
But now we are changing it to take from CCDT file.
So i have set MQCHLLIB and MQCHLTAB e ... |