Author |
Message |
Topic: Asynchronous vs synchronous |
vald
Replies: 7 Views: 7104
|
Forum: General Discussion Posted: Wed Jun 11, 2008 8:36 am Subject: Asynchronous vs synchronous |
It is known that TCP ensures packets delivery in order, in sequence.
What about Asynchronous message queue. When it re-transmit "lost" messages, will it ensure messages delivery in proper ... |
Topic: MQPUT1 and model queues |
vald
Replies: 1 Views: 2436
|
Forum: General Discussion Posted: Wed Dec 05, 2007 9:07 am Subject: MQPUT1 and model queues |
Why MQPUT1 call does not work with model queues? Will it work with dynamic queues? |
Topic: MQGMO_WAIT or MQGMO_NO_WAIT |
vald
Replies: 2 Views: 3779
|
Forum: General IBM MQ Support Posted: Wed Dec 05, 2007 5:50 am Subject: MQGMO_WAIT or MQGMO_NO_WAIT |
My server application has very simple design due to debug purposes.
I need understand something before to swith to the more complicated design.
MQOPEN(...);
gmo.Options = MQGMO_WAIT;
while( ... |
Topic: AMQZST.DLL |
vald
Replies: 2 Views: 2822
|
Forum: General IBM MQ Support Posted: Mon Dec 03, 2007 7:13 am Subject: AMQZST.DLL |
First-chance exception in MyServerProg.EXE (AMQZST.DLL): 0xC0000005: Access Violation.
What could be a reason? Which DLL is this? |
Topic: AMQ4063 Error using IBM Websphere MQ Explorer |
vald
Replies: 17 Views: 24049
|
Forum: General IBM MQ Support Posted: Thu Nov 29, 2007 5:59 am Subject: AMQ4063 Error using IBM Websphere MQ Explorer |
It has no message to read and it timed out?
Now, the funniest thing is that the response message from server is fine if the Server application is running on Linux (the same listener name listener1). ... |
Topic: AMQ4063 Error using IBM Websphere MQ Explorer |
vald
Replies: 17 Views: 24049
|
Forum: General IBM MQ Support Posted: Wed Nov 28, 2007 10:53 am Subject: I fixed MQ Error with RC 2009, then I got RC 2033 |
2009 is "connection broken". I would check first that your application has the connection in scope when it tries to put the message. If the error doesn't occur all the time, check that t ... |
Topic: WebSphere MQ - What is a port number? |
vald
Replies: 1 Views: 3166
|
Forum: General IBM MQ Support Posted: Wed Nov 28, 2007 7:50 am Subject: WebSphere MQ - What is a port number? |
I have Java MQ Client and C++ Server application. Server deployed both on Linux and Windows. Now, I know that I have port for MQ on Linux - 1414. On Windows, I could open IBM Websphere MQ Explorer, se ... |
Topic: Reason Code 2219 |
vald
Replies: 2 Views: 3472
|
Forum: General IBM MQ Support Posted: Tue Nov 27, 2007 8:44 am Subject: Reason Code 2219 |
How could I debug - this issue arise during the request from client or during the response from the server application?
MQPUT 1 call CC 2 RC 2219:
From IBM documentation:
RC2219(2219)
Expla ... |
Topic: AMQ4063 Error using IBM Websphere MQ Explorer |
vald
Replies: 17 Views: 24049
|
Forum: General IBM MQ Support Posted: Fri Nov 23, 2007 2:53 am Subject: AMQ4063 Error using IBM Websphere MQ Explorer |
There is IP address as the parameter to client application, so client should not know is the queue is a local or remote. Where am I wrong?
Nowhere that I can see - a client is a client is a client. ... |
Topic: AMQ4063 Error using IBM Websphere MQ Explorer |
vald
Replies: 17 Views: 24049
|
Forum: General IBM MQ Support Posted: Fri Nov 23, 2007 1:38 am Subject: AMQ4063 Error using IBM Websphere MQ Explorer |
2009 is "connection broken". I would check first that your application has the connection in scope when it tries to put the message. If the error doesn't occur all the time, check that t ... |
Topic: AMQ4063 Error using IBM Websphere MQ Explorer |
vald
Replies: 17 Views: 24049
|
Forum: General IBM MQ Support Posted: Wed Nov 21, 2007 6:05 am Subject: AMQ4063 Error using IBM Websphere MQ Explorer |
And does this have anything to do with clustering, or is it just posted in the wrong forum?
I am not sure that it is a "Clustering2 issue. I think it is "MQ distributed communication" ... |
Topic: AMQ4063 Error using IBM Websphere MQ Explorer |
vald
Replies: 17 Views: 24049
|
Forum: General IBM MQ Support Posted: Wed Nov 21, 2007 5:23 am Subject: AMQ4063 Error using IBM Websphere MQ Explorer |
I'm using Mq 6.0 on an windows XP plateform. I defined two local queue managers on the cluster and they were started OK using IBM Websphere MQ Explorer. Also, I created Listener.TCP controled by queue ... |
Topic: MQ Client to MQ Server Connection |
vald
Replies: 10 Views: 6571
|
Forum: General Discussion Posted: Mon Nov 19, 2007 6:19 am Subject: MQ Client to MQ Server Connection |
The one that the Application Programming Guide says to use...
which is mqm32.dll or some such.
Thank you. Linking to mqm.Lib instead mqic32.Lib made everything worked. |
Topic: MQ Client to MQ Server Connection |
vald
Replies: 10 Views: 6571
|
Forum: General Discussion Posted: Mon Nov 19, 2007 5:44 am Subject: Re: MQSERVER |
Does it mean that the program tries to connect to the server in client connection mode and how to change ot to bindings mode because both <Queuename> and <QueueManager> are local?
Proba ... |
Topic: MQ Client to MQ Server Connection |
vald
Replies: 10 Views: 6571
|
Forum: General Discussion Posted: Mon Nov 19, 2007 3:35 am Subject: Re: MQSERVER |
I am using Local queue on Windows. Could I do without MQSERVER and without defining server Channel?
If you use the non-client version, amqsget, yes.
Try: amqsget <Queuename> <QueueManage ... |