Author |
Message |
Topic: how does the multi-instance qmgr work? |
sangminli
Replies: 3 Views: 2741
|
Forum: General IBM MQ Support Posted: Thu Jul 21, 2011 8:04 am Subject: how does the multi-instance qmgr work? |
#1 is there a internal process in the standby qmgr that would check the health status of the active qmgr? and it would take over if it finds the active qmgr is not available any more.
#2 if there is ... |
Topic: conditions for multi-instance qmgr switch over |
sangminli
Replies: 1 Views: 1992
|
Forum: General IBM MQ Support Posted: Thu Jul 21, 2011 7:54 am Subject: conditions for multi-instance qmgr switch over |
Hi all, I have some doubts regarding the conditions that would trigger the switch of the active qmgr instance to the standby one. In the info center, the conditions are described as below:
---------- ... |
Topic: how can I monitor the number of msgs travel though my qmgr |
sangminli
Replies: 19 Views: 8812
|
Forum: General IBM MQ Support Posted: Thu Jun 16, 2011 8:26 pm Subject: how can I monitor the number of msgs travel though my qmgr |
...I am asked to generate a report regarding how many msgs our qmgr received/sent and how large are those msgs for 24x7...
OK, you've informed us that you've been tasked to produce the report, but wh ... |
Topic: how can I monitor the number of msgs travel though my qmgr |
sangminli
Replies: 19 Views: 8812
|
Forum: General IBM MQ Support Posted: Tue Jun 14, 2011 6:36 pm Subject: how can I monitor the number of msgs travel though my qmgr |
I believe there a number of Third-party offerings that will do want you want but the question is, what is it about the activity in 'this' queue manager that has you concerned?
I am asked to generate ... |
Topic: how can I monitor the number of msgs travel though my qmgr |
sangminli
Replies: 19 Views: 8812
|
Forum: General IBM MQ Support Posted: Mon Jun 13, 2011 11:33 pm Subject: how can I monitor the number of msgs travel though my qmgr |
I'd like to get a record of every msg(its size, for example), and also the number of msgs that come in and the number of msgs that go out from this qmgr, how can I do that?
Can I use channel exit? ... |
Topic: assign xml string to a xml domain |
sangminli
Replies: 3 Views: 3386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 02, 2010 1:16 am Subject: assign xml string to a xml domain |
thanks very much for your input, and I took your advice and it works.
below are the codes I use:
MbElement envFailedMsgXml = environment.createElementAsLastChildFromBitstream(bytesDataFromFile,
Mb ... |
Topic: how to use OutputLocalEnvironment.Destination in JavaCompute |
sangminli
Replies: 1 Views: 5629
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 01, 2010 12:51 am Subject: how to use OutputLocalEnvironment.Destination in JavaCompute |
I just found this in the forum, which resolves my issue again:
http://www.mqseries.net/phpBB2/viewtopic.php?t=51789&sid=1ee38728adf4d7811ed1ddb01fce4d3f
 |
Topic: how to use OutputLocalEnvironment.Destination in JavaCompute |
sangminli
Replies: 1 Views: 5629
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 01, 2010 12:39 am Subject: how to use OutputLocalEnvironment.Destination in JavaCompute |
in ESQL, I can use blew stmt to assign a value to output queue:
SET OutputLocalEnvironment.Destination.MQ.DestinationData[1].queueName = AppDeadQ;
how can we do this in JavaCompute node?
I am usi ... |
Topic: assign xml string to a xml domain |
sangminli
Replies: 3 Views: 3386
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 6:44 pm Subject: assign xml string to a xml domain |
here, i am using a javacompute node to read a xml file, and I'd like to add this xml file as a child of Environment as xmlnsc domain, so I can reference the value very easily, then I don't need to man ... |
Topic: TCPIP nodes with Length Encoding |
sangminli
Replies: 9 Views: 6374
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 3:56 pm Subject: TCPIP nodes with Length Encoding |
Hi all, I have a related quesion here: i am using tcpip client node to receive tcp/ip packet from a monitoring system. and the msg starts with 68(hex)(first byte), and the second byte specifies the le ... |
Topic: set MsgId as file name |
sangminli
Replies: 4 Views: 3150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 3:05 am Subject: set MsgId as file name |
I just searched this forum and got a solution to my issue, the post is this: http://www.mqseries.net/phpBB2/viewtopic.php?p=228935&sid=2740ea80c088f07fc54f28ae2fd742b3
and the solution to my is ... |
Topic: Toolkit connecting to broker runtime causing problem |
sangminli
Replies: 4 Views: 3572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 2:35 am Subject: Re: Toolkit connecting to broker runtime causing problem |
Thanks.
I am connecting to the remote broker.
The userid on which the broker is running is member of mqm,mqbrkrs, so is there a need of giving <setmqaut> as mentioned in the link which you h ... |
Topic: Toolkit connecting to broker runtime causing problem |
sangminli
Replies: 4 Views: 3572
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 1:58 am Subject: Re: Toolkit connecting to broker runtime causing problem |
Hi,
I am using WMBv7. I have MB Toolkit installed on my system. The broker runtime is installed on different machine.
I have created broker on the runtime environment.
From toolkit when I try con ... |
Topic: set MsgId as file name |
sangminli
Replies: 4 Views: 3150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 1:18 am Subject: set MsgId as file name |
Use the CAST function.
i tried to use CAST, but it doesn't work well.
Say, if i want to use a msg whose MsgId is '414d5120424d534744345132202020204c59c2cd20c66a02', if I CAST it, the result is like ... |
Topic: set MsgId as file name |
sangminli
Replies: 4 Views: 3150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 31, 2010 12:29 am Subject: set MsgId as file name |
I have a requirement here that I need to set the MsgId as the file name.
but you know MsgId is BLOB. So how can I extract MsgId as chars? |