Author |
Message |
Topic: client connections |
sayan
Replies: 1 Views: 3287
|
Forum: Mainframe, CICS, TXSeries Posted: Tue Jul 15, 2008 2:04 am Subject: client connections |
Hi,
I have setup the MQ server and client in the same machine(windows platform).
i am trying to execute a sample C program to get and put messages in one of the queues.
I have also setup the ser ... |
Topic: Accessing the same queue |
sayan
Replies: 2 Views: 2441
|
Forum: General IBM MQ Support Posted: Mon Mar 17, 2008 2:48 am Subject: Accessing the same queue |
Hi,
I have two programs working on the same queue. One of them is putting messages and the other "GETS" it.
I am sending the mesages as "request" and populating the replytoq ... |
Topic: Requirement to connect to multiple Queue Managers |
sayan
Replies: 5 Views: 3701
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 09, 2008 11:30 pm Subject: Requirement to connect to multiple Queue Managers |
Hi,
I am not sure, but wouldn't we be getting an error while opening up a remote queue manager?
The ReplyToQMgr has the name of the Queue Manager which is on some other server. Can we access/ope ... |
Topic: Requirement to connect to multiple Queue Managers |
sayan
Replies: 5 Views: 3701
|
Forum: IBM MQ Java / JMS Posted: Sun Mar 09, 2008 10:10 pm Subject: Requirement to connect to multiple Queue Managers |
Hi,
In our production setup, we have one queue manager and the third party whom we have a connection with has 4 queue managers. The third party is embedding the names of the ReplyToQMgr and ReplyTo ... |
Topic: linking error while running one of the sample sources of MQ |
sayan
Replies: 11 Views: 9529
|
Forum: General IBM MQ Support Posted: Thu Mar 06, 2008 4:44 am Subject: linking error while running one of the sample sources of MQ |
Pls provide an answer if you have one. Posting such comments dosen't help much.
My exact requirement is to get the ReplyToQMgr field in MQMD structure. |
Topic: linking error while running one of the sample sources of MQ |
sayan
Replies: 11 Views: 9529
|
Forum: General IBM MQ Support Posted: Thu Mar 06, 2008 3:28 am Subject: Printing values in MQMD structure |
My next problem:
I am trying to print the value ReplyToQMgr field of MQMD structure after issuing a MQGET call.
I am using this statement just to display the value
memcpy(ReplyToQmgr,mdget.Repl ... |
Topic: linking error while running one of the sample sources of MQ |
sayan
Replies: 11 Views: 9529
|
Forum: General IBM MQ Support Posted: Wed Mar 05, 2008 3:36 am Subject: Reason code 2058 |
Currently I am linking the library mqic32.Lib in the path C:\Program Files\IBM\WebSphere MQ\Tools\Lib.
After linking this i was not facing that linking error i had mentioned in the previous posts. ... |
Topic: linking error while running one of the sample sources of MQ |
sayan
Replies: 11 Views: 9529
|
Forum: General IBM MQ Support Posted: Wed Mar 05, 2008 12:06 am Subject: MQCONN ended with reason code 2058 |
Hi,
When i run amqsput.exe, the whole process runs fine. I tried to copy the source and creeate a executavle of my own. It always says "MQCONN ended with reason code 2058".
Any ideas o ... |
Topic: linking error while running one of the sample sources of MQ |
sayan
Replies: 11 Views: 9529
|
Forum: General IBM MQ Support Posted: Tue Mar 04, 2008 7:51 am Subject: linking error while running one of the sample sources of MQ |
Hi,
I am trying to use one of the sample C sources "amqsput0.c". I have installed both client and server in windows and using microsoft visual studio as IDE. The source is compiling witho ... |
Topic: Junk characters while fetching with MQGET |
sayan
Replies: 8 Views: 6466
|
Forum: General IBM MQ Support Posted: Mon Mar 03, 2008 4:19 am Subject: Junk characters while fetching from mqget |
Hi,
I tried the MQGMO_CONVERT option. But it dosen't seem to work. I will paste the block of code. Suggest modificartions. The third party application is sending the messages in cp150. Should we ch ... |
Topic: Junk characters while fetching with MQGET |
sayan
Replies: 8 Views: 6466
|
Forum: General IBM MQ Support Posted: Wed Feb 27, 2008 5:48 pm Subject: Junk characters while fetching with MQGET |
Actually the problem for us is we are using pre defined functions which are a part of our own product application. We have to either use those functions or define our own from scratch which is a tedio ... |
Topic: Junk characters while fetching with MQGET |
sayan
Replies: 8 Views: 6466
|
Forum: General IBM MQ Support Posted: Wed Feb 27, 2008 6:08 am Subject: Junk characters while fetching with MQGET |
Hi,
When i view the messages in MQ explorer, in the properties for the message in the input queue the format field shows MQSTR. Does this mean that the Format option in MQMD was set to MQFMT_STRIN ... |
Topic: Junk characters appearing while fetching using MQGET |
sayan
Replies: 2 Views: 3023
|
Forum: General IBM MQ Support Posted: Sat Feb 23, 2008 12:30 am Subject: Junk characters appearing while fetching using MQGET |
Hi,
We have done a MQ setup where the server is installed in Linux and the client is in UNIX. Our application program interacts with another application the details of which are unknown right now. ... |