Author |
Message |
Topic: Issues with multi-instance QMs and brokers for HA |
tchan
Replies: 2 Views: 3097
|
Forum: Clustering Posted: Thu Jun 13, 2013 5:30 am Subject: Issues with multi-instance QMs and brokers for HA |
Yes, I copied the following line in both QMs
DEFINE QLOCAL (IBM.ESB.IN) DEFBIND (NOTFIXED) CLWLUSEQ (ANY) CLUSTER (IBMESBCLUSTER)
By the way we're running MQ v7.5 ... |
Topic: Issues with multi-instance QMs and brokers for HA |
tchan
Replies: 2 Views: 3097
|
Forum: Clustering Posted: Wed Jun 12, 2013 11:03 am Subject: Issues with multi-instance QMs and brokers for HA |
I followed the IBM's article of Configuring and administering multi-instance brokers for high availability in IBM WebSphere Message Broker - Part 2 using three separate RHEL VMs.
http://www.ibm.com ... |
Topic: How to retrieve Inert.Text from ExceptionList? |
tchan
Replies: 9 Views: 6150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 09, 2012 9:45 am Subject: How to retrieve Inert.Text from ExceptionList? |
Instead of using a hard coded value I used the following to verify each sibling of the current exception to locate Insert.Text:
MOVE myref NEXTSIBLING;
My 2nd version of the procedure is as foll ... |
Topic: How to retrieve Inert.Text from ExceptionList? |
tchan
Replies: 9 Views: 6150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 09, 2012 8:09 am Subject: How to retrieve Inert.Text from ExceptionList? |
I performed User Trace, and here's a snapshot of what it says,
Evaluating expression ''InputExceptionList.*:*'' at ('.ParseExceptionList_Parse_Exception.Parse', '54.55'). This resolve ... |
Topic: How to retrieve Inert.Text from ExceptionList? |
tchan
Replies: 9 Views: 6150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Mar 09, 2012 6:56 am Subject: How to retrieve Inert.Text from ExceptionList? |
I've tried your suggestion and put debug on to step through the process, but it didn't return anything even though the ExceptionList does have some Inserts. |
Topic: How to retrieve Inert.Text from ExceptionList? |
tchan
Replies: 9 Views: 6150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 08, 2012 2:12 pm Subject: How to retrieve Inert.Text from ExceptionList? |
What would you put on the left hand side of the parenthesis?
FIELDNAME(... ='Insert')
Besides, what should I use for the "From" clause in the "Select" statement? ... |
Topic: How to retrieve Inert.Text from ExceptionList? |
tchan
Replies: 9 Views: 6150
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 08, 2012 12:42 pm Subject: How to retrieve Inert.Text from ExceptionList? |
I would like to know if there is a better way in retrieving multiple Insert.Text fields in an ExceptionList tree. The following procedure shows how I've done it, but as you can see the "insertBas ... |
Topic: How to create SOAP request in ESQL using <soapenv:Envelop |
tchan
Replies: 1 Views: 6339
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Feb 16, 2012 9:27 am Subject: How to create SOAP request in ESQL using <soapenv:Envelop |
Does anyone know how to create a SOAP request in ESQL as an output message to a SOAPRequest node?
I created the message set and message definition based on a WSDL. I used "SOAP" as the ... |