Author |
Message |
Topic: Is MQCHF available in C++ api? |
alperb
Replies: 1 Views: 3227
|
Forum: IBM MQ API Support Posted: Mon Feb 06, 2006 7:13 am Subject: Is MQCHF available in C++ api? |
For event monitorin we need to parse messaged in event queue. But the structure is in MQCHF formait in C jargon. No correpsonding structure can be found in manuals. Is there any strcture or any trick ... |
Topic: how to enable system.admin.perfm.event |
alperb
Replies: 3 Views: 4817
|
Forum: General IBM MQ Support Posted: Tue Dec 27, 2005 5:26 am Subject: how to enable system.admin.perfm.event |
they are also enabled. |
Topic: how to enable system.admin.perfm.event |
alperb
Replies: 3 Views: 4817
|
Forum: General IBM MQ Support Posted: Mon Dec 26, 2005 2:11 am Subject: how to enable system.admin.perfm.event |
I am not able to enable monitoring events dropping to the queue.
I have a local queue( not shared platform is windows2003).
I have enabled Service Interval Event and High Depth event and set rela ... |
Topic: MQPUT1 vs MQGET CPU times |
alperb
Replies: 17 Views: 17579
|
Forum: General Discussion Posted: Sat Nov 26, 2005 1:06 am Subject: MQPUT1 vs MQGET CPU times |
If you are only putting a message, then MQPUT1 will be faster than the MQOPEN, MQPUT, MQCLOSE which is why it is recommended. So, if you are using MQPUT1 it will take longer. I've never done any tes ... |
Topic: can MQ Client write in to a cluster queue ? |
alperb
Replies: 12 Views: 15089
|
Forum: Clustering Posted: Thu Nov 17, 2005 12:32 pm Subject: can MQ Client write in to a cluster queue ? |
pi_q_name is the queue name that is clustered and spelliing is correct.
I tried the same configuration in another mq cluster system. The same os/390 and two mq managers on open systems however this t ... |
Topic: can MQ Client write in to a cluster queue ? |
alperb
Replies: 12 Views: 15089
|
Forum: Clustering Posted: Wed Nov 16, 2005 6:48 am Subject: can MQ Client write in to a cluster queue ? |
The channel I am using is a server connection channel and the reason code is got upon an OPEN call.
I couldn't get the point "having issues with a different call." would you please clarify? |
Topic: can MQ Client write in to a cluster queue ? |
alperb
Replies: 12 Views: 15089
|
Forum: Clustering Posted: Wed Nov 16, 2005 5:59 am Subject: can MQ Client write in to a cluster queue ? |
The code that does not connect to cluster manager but connects to an ordinary mq manager as client is as follows. We are using "imqb23vn.lib",
"imqc23vn.lib". As the configuration we have two manage ... |
Topic: commit |
alperb
Replies: 15 Views: 12369
|
Forum: IBM MQ API Support Posted: Wed Oct 26, 2005 4:58 am Subject: commit |
hi all,
we have an application sending and receiving messages to queues -nothing more complex- about 40-50 messages per second. Does the explicit commit lower the performance compared to auto-commit? ... |
Topic: how to reconnect to a MQ Manager |
alperb
Replies: 7 Views: 9389
|
Forum: IBM MQ API Support Posted: Thu Jul 14, 2005 4:55 am Subject: how to reconnect to a MQ Manager |
In my situation I have a service to have up-time %99.999999. So, I if a connection is lost, it has to be reconnected.
I think it is not a common issue in mq world.
It's not that uncommon.
You s ... |
Topic: how to reconnect to a MQ Manager |
alperb
Replies: 7 Views: 9389
|
Forum: IBM MQ API Support Posted: Wed Jul 13, 2005 11:03 pm Subject: how to reconnect to a MQ Manager |
In my situation I have a service to have up-time %99.999999. So, I if a connection is lost, it has to be reconnected.
I think it is not a common issue in mq world. |
Topic: how to reconnect to a MQ Manager |
alperb
Replies: 7 Views: 9389
|
Forum: IBM MQ API Support Posted: Wed Jul 13, 2005 10:54 am Subject: how to reconnect to a MQ Manager |
I mean is there a rule of thumb or any adviced design for reconnecting?
for example how do you decide to reconnect after a put operatşon? Is just 6109 reason code enough to decide to reconn ... |
Topic: how to reconnect to a MQ Manager |
alperb
Replies: 7 Views: 9389
|
Forum: IBM MQ API Support Posted: Wed Jul 13, 2005 7:27 am Subject: how to reconnect to a MQ Manager |
hi,
After a proper connection to MQ Manager, in some case such as network problems, restart of mqservice etc., put and get functions get 6109 and reconnect needs. I thought checking for 6109 and then ... |
Topic: Client Connection |
alperb
Replies: 8 Views: 8295
|
Forum: IBM MQ API Support Posted: Wed Apr 20, 2005 12:31 am Subject: Client Connection |
I reinstalled Mqclient 5.3 and the 2058 problem is solved.
However I began to get 2277 with the same code. It says
"MQRC_CD_ERROR
An MQCONNX call was issued to connect to a queue manager, ... |
Topic: Client Connection |
alperb
Replies: 8 Views: 8295
|
Forum: IBM MQ API Support Posted: Tue Apr 19, 2005 11:29 pm Subject: Client Connection |
queue manager name is MQTEST I tried dspmq as bower suggested and it all seem OK.
imqsputc.exe works fine with these parameters , channel name, connection name, queue manager name.
I just copied th ... |
Topic: Client Connection |
alperb
Replies: 8 Views: 8295
|
Forum: IBM MQ API Support Posted: Tue Apr 19, 2005 9:39 am Subject: Client Connection |
Hi,
I am trying to connect to a remote manager with the following code where I copied the whole from imqsput.cpp.
imqsputc.exe works fine with alpers/TCP/10.1.1.34(1414) parameters however I get 205 ... |