Author |
Message |
Topic: FYI: Tutorial on tagged fixed length messages with MRM/TDS |
chids
Replies: 14 Views: 98998
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 11, 2012 4:26 am Subject: FYI: Tutorial on tagged fixed length messages with MRM/TDS |
https://github.com/chids/archived-wmb-message-modelling-tutorials
pull requests welcome ;-P |
Topic: FYI: Tutorial on tagged fixed length messages with MRM/TDS |
chids
Replies: 14 Views: 98998
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 12, 2009 10:42 pm Subject: Broken links |
I get "page not found" error when I click the link. Please let me know how to see it. I am very interested
Sorry about that folks, it got lost when I moved between hosting providers. It s ... |
Topic: Help please. WMB 6.1 FileOutput Node FTP (AIX to z/OS) |
chids
Replies: 21 Views: 42640
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 09, 2009 5:35 am Subject: Re: Help please. WMB 6.1 FileOutput Node FTP (AIX to z/OS) |
For the former, you will need to use "//<hlq>/bar/..." as your file path (where <hlq> is the high level qualifier), and you will need to sort out your SAF (RACF or whatever) to ... |
Topic: File processing nodes question |
chids
Replies: 13 Views: 13747
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 09, 2009 5:25 am Subject: File processing nodes question |
I already started a proof of concept that involves File Input node and collector node. I have configured the fileinput node to send me fixed length of data from the file which I take in as a BLOB, a ... |
Topic: MQ cursor |
chids
Replies: 10 Views: 12359
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Mar 09, 2009 5:14 am Subject: MQ cursor |
If messages with the same id need to be processed as a block or not at all you should use the grouping mechanism to ensure they're ignored until all are present. If a message fails, it should be mov ... |
Topic: Propagate on Java compute node (destination list) |
chids
Replies: 2 Views: 9655
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 05, 2009 3:53 pm Subject: Re: Propagate on Java compute node (destination list) |
This probably has anything to do with it but are you aware that the MbMessageAssembly constructor you're using is deprectaed? You're not to create a new GlobalEnvironment since the GlobalEnv is mutabl ... |
Topic: WMB-tookit -> cfgmanager cant discover broker. |
chids
Replies: 16 Views: 16107
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 04, 2009 1:20 am Subject: WMB-tookit -> cfgmanager cant discover broker. |
Problem solved!
Somehow the CFGmanager and WMB got different UUIDs.....
I recreated the broker and now it works fine.
Txh for the input.
Regards!
//Michael
Sorry if this is a bit late in ... |
Topic: commercial frameworks |
chids
Replies: 5 Views: 8492
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 04, 2009 12:19 am Subject: commercial frameworks |
<blatant commercial plug>
Besides my own employer and our offering I'm not aware of any pre-packaged set of tools and utilities for error handling, logging, metadata, and other utilities for WM ... |
Topic: Doubt on behaviour of MQGet Node |
chids
Replies: 11 Views: 14884
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 27, 2009 6:16 am Subject: Re: Doubt on behaviour of MQGet Node |
Hi,
We are using MQGet node in our flow to read a "KeyXML" XML which holds a key value.
We have set the property of this MQGet as "Browse Only", but still when we trigger ou ... |
Topic: Data source not found, confused about 32 and 64 bit eg's |
chids
Replies: 6 Views: 10045
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 27, 2009 5:59 am Subject: Data source not found, confused about 32 and 64 bit eg's |
According to the matrix I should only need a 64-bit odbc connection when I am running Solaris 10, Oracle 10, WMB 6.1, MQ 6 and create an eg with processor architecture "default".
My concl ... |
Topic: Need to embed a MRM XML message in a XMLNSC wrapper - RSLVD |
chids
Replies: 8 Views: 12071
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 25, 2009 10:59 am Subject: Need to embed a MRM XML message in a XMLNSC wrapper - RSLVD |
Also, I was about to ask you why you didn't simply map your MRM TDS directly to a XMLNSC tree - assuming there's a smooth way to do that with your scenario.
As his original post said he had tried t ... |
Topic: Setting Interval for Timer nodes. |
chids
Replies: 3 Views: 6576
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 25, 2009 10:09 am Subject: Re: Setting Interval for Timer nodes. |
Hi,
I have a scenario wherin messages have to be picked up from the queue say at 5pm, 7pm, 9pm and 10pm.
Here the time intervals are 2hrs,2hrs and 1 hr. So how do I set the interval for this in ... |
Topic: Designing a message router |
chids
Replies: 2 Views: 5699
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Feb 25, 2009 10:05 am Subject: Re: Designing a message router |
There are a few fields in the MQMD that can be used for simple routing but a far better solution is to use one of the optionsl folders in the RFH2 header.
I have used the 'usr' folder for this.
... |
Topic: Need to embed a MRM XML message in a XMLNSC wrapper - RSLVD |
chids
Replies: 8 Views: 12071
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 24, 2009 2:17 pm Subject: Need to embed a MRM XML message in a XMLNSC wrapper - RSLVD |
Thanks chids for the pointer of serialize. I found this link through DeveloperWorks: http://www-01.ibm.com/support/docview.wss?uid=swg21214413 (Embedding part of an XML message in an output XML CDATA ... |
Topic: Need to embed a MRM XML message in a XMLNSC wrapper - RSLVD |
chids
Replies: 8 Views: 12071
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Feb 24, 2009 1:15 pm Subject: Re: Need to embed a MRM XML message within a XMLNSC wrapper |
On WMB 6.0.0.8
We have a TDS formatted message (MRM TDS wire format message set) that is input to the process. The first step is to map some of the fields to XML (MRM XML wire format message set). ... |