Author |
Message |
Topic: Generate the MQRFH2.jms.Tms value from within a flow |
wolstek
Replies: 2 Views: 3369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 13, 2005 10:42 am Subject: Generate the MQRFH2.jms.Tms value from within a flow |
I'm not sure that that applies in this case as I think that the Tms is a timestamp based on millisecs against a reference point or some other java internal format, which I am not sure.
For example ... |
Topic: Generate the MQRFH2.jms.Tms value from within a flow |
wolstek
Replies: 2 Views: 3369
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jun 13, 2005 10:32 am Subject: Generate the MQRFH2.jms.Tms value from within a flow |
My flow accepts an XMLNS message containing an MQRFH2 with jms. (WBIMB V5)
When I output the message to another queue, I want to update the Root.MQRFH2.jms.Tms (timestamp) value to reflect the act ... |
Topic: (XML.CDataSection) and MRM |
wolstek
Replies: 1 Views: 2720
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 22, 2005 7:29 am Subject: (XML.CDataSection) and MRM |
I am attempting to build an MRM/XML1 output message that contains a tag which has the original xml message as its contents (within a CDATA section).
e.g for example based on input message defined a ... |
Topic: Referencing Constants in a separate Broker Schema |
wolstek
Replies: 4 Views: 7368
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Feb 14, 2005 1:52 am Subject: Referencing Constants in a separate Broker Schema |
Common_Vars:varname is not valid syntax according to the eSQL editor.
I have been digging further and rereading then manual and found the following statement
Constants
Constants are locally reus ... |
Topic: how to access namespace data on the input message |
wolstek
Replies: 3 Views: 4787
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 11, 2005 9:41 am Subject: how to access namespace data on the input message |
It depends what domain you are in. If MRM then you code looks reasonable. If XML or XMLNS you will need to reference the soap:Envelope tag
e.g.
SET OutputRoot.XML.ACORD.SignonRq.SignonPswd.CustId. ... |
Topic: Referencing Constants in a separate Broker Schema |
wolstek
Replies: 4 Views: 7368
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 11, 2005 9:37 am Subject: Referencing Constants in a separate Broker Schema |
WBIMB V5 CSD4
I have been trying to work out how to use Broker schemas to re-use code/procedures. As per previous posts, the documentation and examples to demonstrate how this should be coded in some ... |
Topic: Auto creation of Execution group <userid> |
wolstek
Replies: 2 Views: 2743
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 31, 2005 3:28 am Subject: Auto creation of Execution group <userid> |
No just a standard bar file deploy. |
Topic: Auto creation of Execution group <userid> |
wolstek
Replies: 2 Views: 2743
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 28, 2005 3:21 am Subject: Auto creation of Execution group <userid> |
Every so often when working on v5 toolkit, a new execution group appears in my Domain view for my local broker with a name the same as my windows signon. An mqsilist on the broker also shows this new ... |
Topic: Silly question |
wolstek
Replies: 2 Views: 2428
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 06, 2005 7:48 am Subject: Silly question |
I agree with the previous post but you could always query the broker database
connect to databasename
SELECT REPLYTOQMGR FROM BROKERAA
disconnect
the only downside is that is returns a val ... |
Topic: Compute Node Validation |
wolstek
Replies: 11 Views: 8972
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jan 06, 2005 5:32 am Subject: Compute Node Validation |
I am actually running WBIMB V5 CSD4
I have finally had the message go down the compute failure node thanks to your suggestions.
Scenario A - XML defined on MQInput, with RCD, went down compute nod ... |
Topic: BIP1533E: Unable to deployconfiguration data |
wolstek
Replies: 2 Views: 2746
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 05, 2005 9:48 am Subject: BIP1533E: Unable to deployconfiguration data |
look at these posting and it will help you.
http://www.mqseries.net/phpBB2/viewtopic.php?p=18590&highlight=#18590
http://www.mqseries.net/phpBB2/viewtopic.php?p=71983&highlight=#71983 |
Topic: Compute Node Validation |
wolstek
Replies: 11 Views: 8972
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 05, 2005 9:35 am Subject: Compute Node Validation |
Have done as you suggested.
It doesn't seem to make a difference.It still goes down the compute out terminal and fails on the MQOutput.
Regarding referencing InputRoot I refer back to the quote be ... |
Topic: Compute Node Validation |
wolstek
Replies: 11 Views: 8972
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 04, 2005 4:54 am Subject: Compute Node Validation |
sorry meant to say
I am not sure that your statement ...and since you set Validate to "Content and Value" the message is validated against the MQINPUT node properties (which is Message Domain = XML ... |
Topic: Compute Node Validation |
wolstek
Replies: 11 Views: 8972
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jan 04, 2005 4:53 am Subject: Compute Node Validation |
Thanks for the detailed response
I have tried various scenarios based on your suggestions but ultimately any recorded failures against incorrect enumerations don't go through the Compute node failure ... |
Topic: Compute Node Validation |
wolstek
Replies: 11 Views: 8972
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 23, 2004 3:46 am Subject: Compute Node Validation |
I know the flow looks a bit crazy, it is only to try and prove a theory that we can get the Compute validation working and failing through its failure terminal. In real life the main work is to be don ... |