Author |
Message |
Topic: subflows and variable scope |
chrisc
Replies: 5 Views: 11827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 18, 2010 4:18 pm Subject: subflows and variable scope |
Have you tried moving the declaration to a flow scope like:
DECLARE MyUDP EXTERNAL CONSTANT CHAR 'Undefined';
CREATE DATABASE MODULE Main_Flow_AccessUDP
CREATE FUNCTION Main() RETURNS B ... |
Topic: subflows and variable scope |
chrisc
Replies: 5 Views: 11827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 17, 2010 9:17 pm Subject: subflows and variable scope |
Hmm, not sure if I quite explained it properly.
Perhaps an example would illustrate why it looks wrong...
-- This module belongs to a node in the main flow
CREATE DATABASE MODULE Main_Flow_Acce ... |
Topic: subflows and variable scope |
chrisc
Replies: 5 Views: 11827
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 17, 2010 5:10 pm Subject: subflows and variable scope |
Sorry, I know this is resurrecting an DECLARE MyUDP EXTERNAL CONSTANT CHAR 'Undefined';
Now I can understand that the ESQL that is internal to the subflow shouldn't have access to the UDPs of any p ... |
Topic: Rm load dictionary not found |
chrisc
Replies: 12 Views: 13565
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 24, 2009 11:02 pm Subject: Rm load dictionary not found |
Can you elaborate on what you mean by "when I tested manually it works fine"?
Does your code refer to the message set in more than one place?
Assuming it works most of the time and onl ... |
Topic: Broker 6.1.0.4 - mqsicreatebar.exe crash and toolkit corrupt |
chrisc
Replies: 2 Views: 2436
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Sep 24, 2009 9:23 pm Subject: Broker 6.1.0.4 - mqsicreatebar.exe crash and toolkit corrupt |
Hi everyone,
I started setting up scripts to use mqsicreatebar.exe to build the BAR files for the project I'm working on. i.e calling:
mqsicreatebar -data C:\prj\workspace -b TestBuild.bar ... |
Topic: MQGet node leaving queue connection open? |
chrisc
Replies: 6 Views: 5115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 23, 2009 2:43 pm Subject: MQGet node leaving queue connection open? |
FWIW, this approach isnt just a "preference". Looping at the message flow level increases the demands on the stack and can easily lead to stack overflow errors.
OK fair enough, I didn't r ... |
Topic: MQGet node leaving queue connection open? |
chrisc
Replies: 6 Views: 5115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 22, 2009 11:44 pm Subject: MQGet node leaving queue connection open? |
What's the problem with putting a propagate in your main flow,
reading from the queue with MQGet node in the propagate branch and setting the flag to terminate the loop in the environment? :innocent ... |
Topic: MQGet node leaving queue connection open? |
chrisc
Replies: 6 Views: 5115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Sep 22, 2009 4:27 pm Subject: MQGet node leaving queue connection open? |
Hi mqjeff,
I normally steer well clear of wiring nodes in a loop but I'm not sure how I could do it differently. Propagate is fine when you're pushing data, but in this case I'm pulling data with t ... |
Topic: MQGet node leaving queue connection open? |
chrisc
Replies: 6 Views: 5115
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Sep 21, 2009 11:41 pm Subject: MQGet node leaving queue connection open? |
Hi everyone,
We're running Message Broker 6.1 on z/OS.
I have a couple of flows that are doing a couple of timer-based MQGets from a queue in order to offer a retry capability.
It's not speci ... |
Topic: Strange problem - CorrelId as CHARACTER |
chrisc
Replies: 8 Views: 16217
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 30, 2008 5:27 pm Subject: Strange problem - CorrelId as CHARACTER |
Sorry, I haven't used Broker for handling JMS messages before, so I'm not sure whether I can help much or not.
Also, the dump of your OutputRoot is quite difficult to read, given there is no indent ... |
Topic: Strange problem - CorrelId as CHARACTER |
chrisc
Replies: 8 Views: 16217
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 30, 2008 2:38 pm Subject: Strange problem - CorrelId as CHARACTER |
Actually the problem is that as far as I can tell there is no Properties parser at all.
The IBM documentation says that it supports these header parsers: MQMD, MQMDE, MQCFH, MQCIH, MQDLH, MQIIH, MQ ... |
Topic: Restriction on number of compute nodes in msgflow |
chrisc
Replies: 2 Views: 2501
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Sep 07, 2008 3:40 pm Subject: Restriction on number of compute nodes in msgflow |
I haven't heard of - or come across - any limitation on the number of compute nodes, but what we have observed is that increasing the number of compute nodes exponentially increases the amount of memo ... |
Topic: message flow version update on the bar file |
chrisc
Replies: 8 Views: 9012
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Sep 03, 2008 3:35 pm Subject: message flow version update on the bar file |
I've seen this behaviour on previous projects where we used CVS and / or PVCS, where some message flows containing $Id$ (or the equivalent for that version control system) in the message flow properti ... |
Topic: BIP4395E: Java exception: 'java.lang.ClassNotFoundException' |
chrisc
Replies: 7 Views: 30160
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 31, 2008 9:22 pm Subject: BIP4395E: Java exception: 'java.lang.ClassNotFoundException' |
Which JDK did you build your JAR file with? Is it possible there is some incompatibility between a JAR built with the Sun JDK versus the IBM JRE? |
Topic: FileOutput node FTP to UNIX doesn't seem to work |
chrisc
Replies: 8 Views: 9335
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jul 31, 2008 9:21 pm Subject: FileOutput node FTP to UNIX doesn't seem to work |
Have you followed all of the instructions here about sending to a remote machine?
http://publib.boulder.ibm.com/infocenter/wmbhelp/v6r1m0/index.jsp?topic=/com.ibm.etools.mft.doc/ac55410_.htm
You ... |