Author |
Message |
Topic: Problems with BarFile |
inglopezf
Replies: 5 Views: 2718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 02, 2008 4:19 am Subject: Problems with BarFile |
I set the build automatically option and seems to work OK.
Thanks AkankshA! and bhumulas. |
Topic: Problems with BarFile |
inglopezf
Replies: 5 Views: 2718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 01, 2008 11:12 am Subject: Problems with BarFile |
Both de msgflow and the esql are in the default schema |
Topic: Problems with BarFile |
inglopezf
Replies: 5 Views: 2718
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 01, 2008 10:49 am Subject: Problems with BarFile |
Hello! I´m using WebSphere Message Brokers Toolkit - Message Broker Version: 6.0.0.1 Build id: 20060106_1130 and when I try to add a MessageFlow to my barfile I get this message:
Results of additi ... |
Topic: http request and socket error |
inglopezf
Replies: 7 Views: 8630
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 25, 2008 5:44 am Subject: http request and socket error |
Sorry, I forget to say that the webservice is a flow in a diferent broker and server
and when I access through nettol it works OK |
Topic: http request and socket error |
inglopezf
Replies: 7 Views: 8630
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 25, 2008 4:58 am Subject: http request and socket error |
It is a HTTP 1.1 Request |
Topic: http request and socket error |
inglopezf
Replies: 7 Views: 8630
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 24, 2008 12:13 pm Subject: http request and socket error |
Hi
I´m getting an exception when an HTTPRequest Node makes a request to a webservice. I checked the url and de port number and they ok, besides it just fails once or twice a day.
the EList:
... |
Topic: Null Tag <codi/> |
inglopezf
Replies: 3 Views: 2327
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 14, 2008 4:24 am Subject: Null Tag <codi/> |
Yes you´re right there is a Compute Node between MQin and HTTPRequest
The esql is
SET OutputRoot.XMLNSC.{NOMBRE_SERVICIO || ROOT_TAG}.BODY_SGN = InputRoot.XMLNSC.*:Envelope.*:Body.*[>].*:*[ ... |
Topic: Null Tag <codi/> |
inglopezf
Replies: 3 Views: 2327
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jul 11, 2008 7:14 am Subject: Null Tag <codi/> |
Hi I have in a queue a xml whit a null tag (<codi/>) and a flow like this
MQInput ---------> HTTPRequest
The problem is, when It makes the reqquest do not send the tag <codi/> but ... |
Topic: User Exits |
inglopezf
Replies: 14 Views: 5643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 11, 2008 6:19 am Subject: User Exits |
I do this but the line "LIKE 'Caught%'" is too weak
DECLARE Elist REFERENCE TO InputExceptionList.*[1];
SET OutputRoot = InputRoot;
SET OutputExceptionList = InputExceptionList;
... |
Topic: User Exits |
inglopezf
Replies: 14 Views: 5643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 11, 2008 6:02 am Subject: User Exits |
In a few lines I want, need to do this:
MqInput -- Out ------------------->Compute
-- Failure -----------------^
Compute esql:
IF <<lastnodeterminal>> = Out THEN
RETURN ... |
Topic: User Exits |
inglopezf
Replies: 14 Views: 5643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 11, 2008 5:51 am Subject: User Exits |
thanks for you answers
OK I think in that but Can I track that information with a user exit? or another way? |
Topic: User Exits |
inglopezf
Replies: 14 Views: 5643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 11, 2008 5:39 am Subject: User Exits |
Hi Thanks for the info..
I need to know in acopute node wath was the terminal of the las node that propagate the message
Example
MqInput -- Out ------------------->Compute
-- ... |
Topic: User Exits |
inglopezf
Replies: 14 Views: 5643
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 11, 2008 5:23 am Subject: User Exits |
Hi I need to develop an user exit but I can´t find enough info in the websphere help can anyone help me? |
Topic: Need to know which terminal |
inglopezf
Replies: 2 Views: 1908
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 19, 2008 4:56 pm Subject: Need to know which terminal |
Hi I have a a flow whit a MQInput whit the failure and out terminal attached to a Compute node and I need to know in the compute ESQL which terminal release de message. Is it possible??
I searchd f ... |