Author |
Message |
Topic: Broker did not provide a response within the specified time |
hikari_sukunami
Replies: 5 Views: 6590
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 29, 2013 1:32 am Subject: Broker did not provide a response within the specified time |
Hi,
I'm doing a load testing of our applications using jmeter. With some due reasons that I don't know, every time I run 90+ transactions but in one thread only, it produces this message in th ... |
Topic: Creating XMLNSC |
hikari_sukunami
Replies: 3 Views: 4721
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 13, 2013 8:49 pm Subject: Creating XMLNSC |
Hi,
I'm just new in building/creating xmlnsc.
How will I build this one?
<CCR f="R" a="4">
<Session-Id f="M">CLP_20130913000008</Session-Id> ... |
Topic: How to find a certain attribute in xmlnsc? |
hikari_sukunami
Replies: 8 Views: 6953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2013 2:16 am Subject: How to find a certain attribute in xmlnsc? |
wow! I'll try that too.
Thank you dogorsy!  |
Topic: How to find a certain attribute in xmlnsc? |
hikari_sukunami
Replies: 8 Views: 6953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2013 1:49 am Subject: How to find a certain attribute in xmlnsc? |
Thank you all
It's working now.
DECLARE input REFERENCE TO Environment.Variables.Input.OriginalMessage;
SET OutputRoot.XMLNSC.cri:criInput.min = THE (SELECT ITEM FIELDVALUE(T) FROM input.d ... |
Topic: How to find a certain attribute in xmlnsc? |
hikari_sukunami
Replies: 8 Views: 6953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 01, 2013 1:21 am Subject: How to find a certain attribute in xmlnsc? |
I tried this one but it is not working.
SET OutputRoot.XMLNSC.cri:criInput.min = THE (SELECT ITEM FIELDVALUE(T) FROM input.doc:AtomicRequest.nsn:CommandRequestData.nsn:Command.nsn:Operation.nsn:Par ... |
Topic: How to find a certain attribute in xmlnsc? |
hikari_sukunami
Replies: 8 Views: 6953
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 26, 2013 12:41 am Subject: How to find a certain attribute in xmlnsc? |
Hi,
I have an xmlnsc just like this:
<abc:CommandRequestData xmlns:abc="<can't post the url here>">
<abc:Environment>
<abc:Parameter nam ... |