Author |
Message |
Topic: WMQ logs filling up when running message flow |
Decky
Replies: 8 Views: 4981
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 6:30 am Subject: WMQ logs filling up when running message flow |
I checked the commit count on the flow and it's set to 1 so I assume each message gets commited after it is propagated. We're going to try and increase our log size in our dev environment. Anyone got ... |
Topic: WMQ logs filling up when running message flow |
Decky
Replies: 8 Views: 4981
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 2:51 am Subject: WMQ logs filling up when running message flow |
Thanks Vitor, switching to non persistent is not an option. I guess we'll just have to increase the log size. It's just not something we've come across before but then again we're really only beginnin ... |
Topic: WMQ logs filling up when running message flow |
Decky
Replies: 8 Views: 4981
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 2:38 am Subject: WMQ logs filling up when running message flow |
yeah, they are persistent. There is some data stripped off from the original message but we're still only talking about 20MB (probably less) of actual data then. Is that enough to consistantly fill th ... |
Topic: WMQ logs filling up when running message flow |
Decky
Replies: 8 Views: 4981
|
Forum: General IBM MQ Support Posted: Wed Jun 13, 2007 2:20 am Subject: WMQ logs filling up when running message flow |
Was wondering if anyone could help. I think this is more an MQ question than WBI but see what you think.
I have a message flow that takes an 8-10MB single message (all queue, channel, xmit, qm def ... |
Topic: Tagged delimited Output problem |
Decky
Replies: 7 Views: 5682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 08, 2005 4:00 am Subject: Tagged delimited Output problem |
Fixed!! dumped the compute node and set the TDS_TAG in the mapping node. Thanks guys for pointing me in the right direction |
Topic: Tagged delimited Output problem |
Decky
Replies: 7 Views: 5682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 08, 2005 3:42 am Subject: Tagged delimited Output problem |
just realised you can set the format in the mapping node |
Topic: Tagged delimited Output problem |
Decky
Replies: 7 Views: 5682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 08, 2005 3:30 am Subject: Tagged delimited Output problem |
All elements are in order and are mapped accordingly. One issue may be that the mapping node outputs the data in a comma separated format as there are two TDS layers (TDS_CSV for input, TDS_TAG for ou ... |
Topic: Tagged delimited Output problem |
Decky
Replies: 7 Views: 5682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 07, 2005 9:21 am Subject: Tagged delimited Output problem |
Strange because I did trace the tree, but I created it with a mapping node so I assumed all the correct elements would be there by default as I'd mapped them all. Will look into it in more detail |
Topic: Tagged delimited Output problem |
Decky
Replies: 7 Views: 5682
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 07, 2005 8:48 am Subject: Tagged delimited Output problem |
Hi,
I'm trying to create an output message in the following format
Tag:data:Tag1:data1: ... etc
where basically the tag-data separator is the same as the delimiter
I have created a compun ... |
Topic: Any ideas: XML to CSV conversion? |
Decky
Replies: 14 Views: 8463
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Nov 24, 2005 9:03 am Subject: Any ideas: XML to CSV conversion? |
Why aren't you using a mapping node or a compute node? I doubt only using an RCD would be enough. |
Topic: Solved: TDS Data Pattern Problem |
Decky
Replies: 8 Views: 5942
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 23, 2005 9:02 am Subject: Solved: TDS Data Pattern Problem |
Thanks for all your help guys, I've got it nailed. Basically I swapped around the order and put the data record first with a pattern of (.*\|.*\|)
and then it was as simple as using .* for the header ... |
Topic: Solved: TDS Data Pattern Problem |
Decky
Replies: 8 Views: 5942
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 23, 2005 8:30 am Subject: Solved: TDS Data Pattern Problem |
Thanks for the reply wooda I'll try swapping the elements around, as for using the metadata/tags - this isn't possible as each message is a single record and there is no <CR><LF> delimter, ... |
Topic: Solved: TDS Data Pattern Problem |
Decky
Replies: 8 Views: 5942
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 23, 2005 8:05 am Subject: Solved: TDS Data Pattern Problem |
I think my main problem is finding distinguishing data patterns that don't overlap |
Topic: Solved: TDS Data Pattern Problem |
Decky
Replies: 8 Views: 5942
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 23, 2005 8:03 am Subject: Solved: TDS Data Pattern Problem |
Thanks for your reply, I have made it work in a similar way to your suggestion but the client would prefer only 2 elements unfortunately.
A stripped example of the data would be
START-OF-FILE
P ... |
Topic: Solved: TDS Data Pattern Problem |
Decky
Replies: 8 Views: 5942
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 23, 2005 7:52 am Subject: Solved: TDS Data Pattern Problem |
Hi,
I'm trying to create a message set in WBIMB to replace a NEON format. I think I'm on the right track but can't quite get it. The data comes in from a file that has been split into separate mess ... |