Author |
Message |
Topic: File Output Node Large File |
bdebruin
Replies: 8 Views: 11456
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 09, 2013 2:49 pm Subject: File Output Node Large File |
We had an issue where we had to process the file as a whole so that WTX could transform the file.
We could not use burst mode and process a record at a time because it was an 835 and the adjustment ... |
Topic: Wtx map is running alternatively |
bdebruin
Replies: 14 Views: 10793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Aug 24, 2012 5:00 pm Subject: Wtx map is running alternatively |
lancelotlinc,
Edivance.com does not use WTX in any way.
I know this because I own it:
http://www.linkedin.com/in/debruin
It's not meant to be a cloud service. Instead, it's a web based, ... |
Topic: Wtx map is running alternatively |
bdebruin
Replies: 14 Views: 10793
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 21, 2012 3:16 pm Subject: Wtx map is running alternatively |
lancelotlinc,
Where do you get your information from? They are clearly opinions which you share with your imaginary friends.
Please read IBM's facts rather than spouting more of your incorrect i ... |
Topic: WTX Training |
bdebruin
Replies: 30 Views: 22799
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 25, 2012 9:18 am Subject: Wrong board for WTX questions |
This is the wrong board for WTX questions.
If you have WTX questions the proper forum is list below:
http://www.ibm.com/developerworks/forums/forum.jspa?forumID=829 |
Topic: WTX Training |
bdebruin
Replies: 30 Views: 22799
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 25, 2012 9:14 am Subject: WTX Training |
I think WMB is quicker if it's a small message since there's some overhead when calling a map. WTX is great for parsing, validating, and mapping complex messages/files and should only be the choic ... |
Topic: WTX Training |
bdebruin
Replies: 30 Views: 22799
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 24, 2012 3:58 pm Subject: WTX Training |
I don't think you'd like working in the EDI/HIPAA world. Most of the translation tools are relatively "painful" compared to writing line-by-line code.
In my opinion saying "WTX is pa ... |
Topic: WTX Training |
bdebruin
Replies: 30 Views: 22799
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon May 21, 2012 11:39 pm Subject: WTX Training |
Your anti-WTX comments sound a bit biased.
If your a WMB developer you'll obviously choose eSQL over WTX, but suggesting customers throw away WTX because you don't know the tool sounds very naive.
... |
Topic: Variable # of Messages for Aggregation/Collection |
bdebruin
Replies: 16 Views: 9676
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 15, 2010 12:48 pm Subject: Variable # of Messages for Aggregation/Collection |
Do you have the WTX node?
You can use WTX to concatenate vs the collector node. In the map your first input is wired to card 1 and output would have one wired card with two items/fields in a group. ... |
Topic: Broker environment variable setup |
bdebruin
Replies: 19 Views: 18258
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 14, 2010 12:58 pm Subject: Large File Processing on WMB using WTX |
I ran into a similar issue and we used gzip to get the file through the FileInput Node and then read the file using WTX's GZIP Adapter. The solution allows up to 2.4 gig files provided they're able to ... |
Topic: ZIP/Unzip Toolkit Version 7 |
bdebruin
Replies: 7 Views: 4148
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 14, 2010 12:50 pm Subject: ZIP/Unzip Toolkit Version 7 |
You can use a WTX map. It has built-in adapters for gzip and has functions for encoding, decoding. |
Topic: Sharing a FREE WebSphere Message Broker 6.1 Stencil |
bdebruin
Replies: 2 Views: 3781
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 14, 2010 12:45 pm Subject: Sharing a FREE WebSphere Message Broker 6.1 Stencil |
Download a free WMB stencil here:
http://www.debruinconsulting.com
It makes life easier when you're trying to document.
I think most people take screen shots (seems to be the norm), but this he ... |
Topic: Question ON WTX +WMB |
bdebruin
Replies: 4 Views: 2826
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Apr 14, 2010 12:41 pm Subject: Question ON WTX +WMB |
You can have as many static input file names as you'd like. It works just like a run maps would on event server.
If you have multiple dynamic file names you'll have to rename them to a static name ... |