Author |
Message |
Topic: MQInput new messages |
rhine
Replies: 11 Views: 3708
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 15, 2015 7:03 am Subject: MQInput new messages |
I just need the messages of the Q to wait until the secondary flow has ended its work.
Why?
Because if the iniciator does not wait, it makes a new event which the secondary flow processes, overr ... |
Topic: MQInput new messages |
rhine
Replies: 11 Views: 3708
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 15, 2015 5:16 am Subject: MQInput new messages |
I do not need a selective delay. I just need the messages of the Q to wait until the secondary flow has ended its work.
I can control whether is working or not with global cache, but that needs the i ... |
Topic: MQInput new messages |
rhine
Replies: 11 Views: 3708
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 15, 2015 4:28 am Subject: MQInput new messages |
MQInput gets an XML msg. Depending of its content, a compute decides routing it to one TimeoutControl or another.
Then the flow that processes that generated event can take few minutes before ending. ... |
Topic: MQInput new messages |
rhine
Replies: 11 Views: 3708
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 15, 2015 2:42 am Subject: MQInput new messages |
I want my MQInput node to wait a specific time lapse before generating a new event with TimeControl Node because i expect messages to be received before the subflow called by the TimeControl node ends ... |
Topic: I can't make my flow stop |
rhine
Replies: 5 Views: 3288
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 09, 2015 12:40 am Subject: I can't make my flow stop |
I did not find the issue...
I just have now two TimeoutControl nodes and use the compute node to redirect to one or another with PROPAGATE TO TERMINAL 'out1' or 'out2'.
Thanks |
Topic: I can't make my flow stop |
rhine
Replies: 5 Views: 3288
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 7:45 am Subject: I can't make my flow stop |
Ye, i googled before post it here. That site is already checked.
The thing is I think I have all well set.
This is my compute node code:
CREATE COMPUTE MODULE Flow_Init_Exec_Tfr_Crt_Ms ... |
Topic: I can't make my flow stop |
rhine
Replies: 5 Views: 3288
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 4:17 am Subject: I can't make my flow stop |
Ok, my Timeout notification node was set to "Automatic"...
As simple as that.
I''m having now a equally frustrating problem.
I can see in traces that my iniciator has the correct prop ... |
Topic: I can't make my flow stop |
rhine
Replies: 5 Views: 3288
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 1:35 am Subject: I can't make my flow stop |
Hi everyone.
I have got an initiator flow that receives an XML and then call a flow or another with this code:
SET OutputLocalEnvironment = InputLocalEnvironment;
SET OutputLocalEnvironme ... |
Topic: HTTP Request Issues |
rhine
Replies: 8 Views: 4783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 02, 2015 9:16 am Subject: HTTP Request Issues |
So you also need to create the Body (you BLOB in this case) at the END of the message, after you create the headers as the message tree is build in the order of your statements...
Ok, that was the ... |
Topic: HTTP Request Issues |
rhine
Replies: 8 Views: 4783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 02, 2015 7:36 am Subject: HTTP Request Issues |
This is unusual: SET soapmsg = '<soapenv:Envelope xmlns:soapenv="http://schemas.xmlsoap.org/soap/envelope/" xmlns:soap="http://WebService.WebServices.isd.ibm ... |
Topic: HTTP Request Issues |
rhine
Replies: 8 Views: 4783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 02, 2015 6:52 am Subject: HTTP Request Issues |
This is the code within the compute node where is build the request:
BROKER SCHEMA BrokerSchema
CREATE COMPUTE MODULE Flow_Start_Tfr_WS_Crt_Msg_Pet_WS
DECLARE ID_CMD_REQ_CRT EXTERNAL CHAR ' ... |
Topic: HTTP Request Issues |
rhine
Replies: 8 Views: 4783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 02, 2015 4:27 am Subject: HTTP Request Issues |
I'm getting a http 500 error when I do a request to a WebService.
I’ve checked that on traces.
I receive an hexadecimal from the server which translated says:
<?xml version="1.0" e ... |
Topic: Problem with WinSCP/SFTP |
rhine
Replies: 0 Views: 1584
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 23, 2015 7:40 am Subject: Problem with WinSCP/SFTP |
I have added this little ultra easy script using WinSCP, to a JobExecution Node
open sftp://user:@Dpw@ipadress
get path_remote_machine path_local_machine
exit
I have got two problems:
The ... |
Topic: WildCards |
rhine
Replies: 1 Views: 1638
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 20, 2015 3:24 am Subject: WildCards |
Hi everyone.
Im searching for an specific string into the output of a script executed by a job execution node.
IF (OutputRoot.XML.message.output = 'specific string') THEN
...
How can I use w ... |
Topic: Issues with PuTTY and JobExecution Nodes |
rhine
Replies: 3 Views: 1939
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 18, 2015 9:03 am Subject: Issues with PuTTY and JobExecution Nodes |
The problem was the host key not being present in the cache of the remote machine. both ways.
Thank you for the help. |