Author |
Message |
Topic: Stopping a java compute node |
rsandoz
Replies: 0 Views: 6751
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 18, 2008 12:09 pm Subject: Stopping a java compute node |
I have been looking for a way to recieve the "stop message flow" call from MessageBroker v6.
The problem is that I am creating an MbJavaComputeNode will run user defined SQL that may not ... |
Topic: Stopping a run-away java compute node |
rsandoz
Replies: 5 Views: 3930
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 02, 2007 7:04 am Subject: Stopping a run-away java compute node |
What I need is Java to "stop" in between the sleeps, not just keep running. At the very least, I can spawn another thread and have it monitor a file, and cleanup the call that way. This wo ... |
Topic: Stopping a run-away java compute node |
rsandoz
Replies: 5 Views: 3930
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Nov 02, 2007 7:00 am Subject: Stopping a run-away java compute node |
Bad, bad, bad...
What does this mean? Is this some sort of technical terminology I am unfamiliar with?
Is it "bad bad bad" because IBM's JNI calls do not support this feature (which e ... |
Topic: Stopping a run-away java compute node |
rsandoz
Replies: 5 Views: 3930
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 01, 2007 12:32 pm Subject: Stopping a run-away java compute node |
Is there a way to "stop" a java compute node.
In other words, if I have:
for (int i = 0; i < 1000; i++) {
System.out.println("Iteration " + i);
Thread.sleep(1000);
... |
Topic: Soap with Attachment over HTTP |
rsandoz
Replies: 6 Views: 7839
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 22, 2007 5:17 am Subject: Soap with Attachment over HTTP |
I was having the same problem (Fixpack 6.0.0.3):
(0x03000000):Number = 3156
(0x03000000):Text = 'Empty or invalid header found at position: &1.'
and I was using a stand-alone java app usi ... |
Topic: Propagate to Label Java |
rsandoz
Replies: 8 Views: 7814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 05, 2006 1:54 pm Subject: Propagate to Label Java |
Thanks, works great. One minor issue. Eclipse was complaining deprecation. Just removed the getExceptionList parameter and all was perfect. |
Topic: Propagate to Label Java |
rsandoz
Replies: 8 Views: 7814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 05, 2006 1:27 pm Subject: Propagate to Label Java |
No, but I have further progressed. I have something "working", but now something strikes as illogical. evaluateXPath seems to be able to "write" into the XML where createElementA ... |
Topic: Propagate to Label Java |
rsandoz
Replies: 8 Views: 7814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 05, 2006 1:16 pm Subject: Propagate to Label Java |
I did find two links that led me to believe that this was possible:
http://www-128.ibm.com/developerworks/forums/dw_thread.jsp?message=13884637&cat=9&thread=121672&treeDisplayType=threa ... |
Topic: Propagate to Label Java |
rsandoz
Replies: 8 Views: 7814
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 05, 2006 8:15 am Subject: Propagate to Label Java |
I am currently using MB6 with a JavaComputeNode. Is there a way to do PROPAGATE TO LABEL from Java? I also explored using terminals to do something similar. All I have are terminals out, failure an ... |
Topic: JavaComputeNode and Peoplesoft Component Interfaces |
rsandoz
Replies: 8 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 27, 2006 11:35 am Subject: JavaComputeNode and Peoplesoft Component Interfaces |
I think I might have fixed my own problem. I think this parser has letters swapped around.
MQRFH2 => MQHRF2
not a perfect match. The java version has and extra V2 folder checked (other) whe ... |
Topic: JavaComputeNode and Peoplesoft Component Interfaces |
rsandoz
Replies: 8 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 27, 2006 11:10 am Subject: JavaComputeNode and Peoplesoft Component Interfaces |
Thanks, I tried that and got closer. Much appreciated. I am not quite there yet.
(A) My guess is that I need to do something similar for MQRFH2, since there was an MQRFH2 parser in the link you s ... |
Topic: JavaComputeNode and Peoplesoft Component Interfaces |
rsandoz
Replies: 8 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 27, 2006 3:46 am Subject: JavaComputeNode and Peoplesoft Component Interfaces |
It does not process the component interface. When using RfhUtil, the message generated by ESQL looks like:
06.39.14 Msg read from PEOPLESOFT.REQUESTQ length=626 (data 490 dlq 0 rfh 136 cics 0 ... |
Topic: JavaComputeNode and Peoplesoft Component Interfaces |
rsandoz
Replies: 8 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 26, 2006 12:46 pm Subject: JavaComputeNode and Peoplesoft Component Interfaces |
I attempted that as well with no success:
relevant changes:
//MbMessage outMessage = new MbMessage(inMessage);
MbMessage outMessage = new MbMessage();
...
copyMessageHeade ... |
Topic: JavaComputeNode and Peoplesoft Component Interfaces |
rsandoz
Replies: 8 Views: 7678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 26, 2006 11:49 am Subject: JavaComputeNode and Peoplesoft Component Interfaces |
I am trying to send a component interface message to create a row in the URL table in peoplesoft. I can do this fine with ESQL:
DECLARE BO_PSHR_URL_TABLE NAMESPACE 'http://www.ibm.com/websph ... |
Topic: RAServer.exe crashes when trying to debug a message flow |
rsandoz
Replies: 1 Views: 3437
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 13, 2006 7:46 am Subject: RAServer.exe crashes when trying to debug a message flow |
I can't use the Message Flow Debugger.
RACServer.exe keeps crashing.
I am using:
WebSphere Message Brokers Toolkit - Message Broker
Version: 6.0.0.1
Build id: 20060106_1130
I created a sim ... |