Author |
Message |
Topic: Memory Spikes - WMB |
rharikumar
Replies: 11 Views: 4618
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 02, 2014 6:36 am Subject: Memory Spikes - WMB |
@kimbert
1. We use MQInput Node only . Sorry if i have provided a confusion here .
Are you using BLOB or DFDL parser in MQ Input node, then?
Im using DFDL parser . |
Topic: Memory Spikes - WMB |
rharikumar
Replies: 11 Views: 4618
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jul 02, 2014 1:47 am Subject: Memory Spikes - WMB |
Hello All
Thanks a lot for your help .
Update : With a input file of 60k records , i faced a similiar issue yesterday and the execution group housing this application started consuming 90% memor ... |
Topic: Memory Spikes - WMB |
rharikumar
Replies: 11 Views: 4618
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2014 5:09 am Subject: Memory Spikes - WMB |
1 . The entire file (all the records in it ) is first parsed with the DFDL message model and then is processed by esql to split each one as XML .
2. Message pileups in that queue mentioned which cl ... |
Topic: Memory Spikes - WMB |
rharikumar
Replies: 11 Views: 4618
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Jun 26, 2014 3:46 am Subject: Memory Spikes - WMB |
Hello All
I have a WMB flow , which takes in a flat file as input , parses it using a DFDL parser , splits each record in the flat file as a separate xml and the drops it to a queue .
In a case ... |
Topic: Appending Values to a character value |
rharikumar
Replies: 6 Views: 2147
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 21, 2014 6:25 am Subject: Appending Values to a character value |
Hello All
This is my requirement .
1. I need to produce a 26 character length xml tag .
2. In cases where i get less than 26 , i have to add 'A' equivalent to compensate the missing length .
... |
Topic: TimeStamp Casting Error |
rharikumar
Replies: 7 Views: 7547
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 14, 2014 4:59 am Subject: TimeStamp Casting Error |
Thanks all for the suggestions .
@Gralgrathor - I did try that . Thanks anyway .
The only problem is i have the casting in place but when the milliseconds are 000 ..they somehow get trimmed and ... |
Topic: TimeStamp Casting Error |
rharikumar
Replies: 7 Views: 7547
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 14, 2014 4:10 am Subject: TimeStamp Casting Error |
Hi Simbhu
Thanks ...I am aware of this reference .
Unless i CAST it to a CHARACTER .. I am unable to bring the 'T' between the date and time .
Formatting it to IU also doest work. |
Topic: TimeStamp Casting Error |
rharikumar
Replies: 7 Views: 7547
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 14, 2014 3:46 am Subject: TimeStamp Casting Error |
Hi
I am trying to cast current_timestamp to a specific format and i am not able to achieve the desired result .
Declare targetFormat CHARACTER;
SET targetFormat = 'yyyy-MM-ddTHH:mm:ss.SSS';
... |
Topic: Throughput data from a queue |
rharikumar
Replies: 4 Views: 3373
|
Forum: General IBM MQ Support Posted: Wed Dec 18, 2013 2:03 am Subject: Throughput data from a queue |
A queue does not and cannot 'Pick up any messages'. A queue is a destination + repository of data waiting to be used by something.
Back to what you are trying to say that you need...
IMHO, any o ... |
Topic: Throughput data from a queue |
rharikumar
Replies: 4 Views: 3373
|
Forum: General IBM MQ Support Posted: Tue Dec 17, 2013 6:39 am Subject: Throughput data from a queue |
Hello
I have a requirement to extract the number of messages that were picked by a Queue within a timeframe . This is to help with monitoring and alerting .
Is this feasible and if so kindly th ... |
Topic: Qload based on message size |
rharikumar
Replies: 14 Views: 9411
|
Forum: General IBM MQ Support Posted: Tue Nov 05, 2013 5:54 am Subject: Qload based on message size |
The messages in the queue are picked by XB60 . The XB60 server conn is also 100 MB .
Shud i be bothered abt the sys default server conn which is only 4 MB .. |
Topic: Qload based on message size |
rharikumar
Replies: 14 Views: 9411
|
Forum: General IBM MQ Support Posted: Tue Nov 05, 2013 5:03 am Subject: Qload based on message size |
100 MB for the QM |
Topic: Qload based on message size |
rharikumar
Replies: 14 Views: 9411
|
Forum: General IBM MQ Support Posted: Tue Nov 05, 2013 4:48 am Subject: Qload based on message size |
Its 50 MB for the queue |
Topic: Qload based on message size |
rharikumar
Replies: 14 Views: 9411
|
Forum: General IBM MQ Support Posted: Tue Nov 05, 2013 4:19 am Subject: Qload based on message size |
Hello
I have a problem of replaying messages greater than 15 MB although my queue has a capacity of 50 MB . RC(2030) Message to big for queue.
Just like using -r to select the range of messag ... |
Topic: EVAL function with sql |
rharikumar
Replies: 3 Views: 3542
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 14, 2013 5:56 am Subject: EVAL function with sql |
1. I store an Xpath in database .
2. I fetch that and use EVAL to get the value of that Xpath .
I have a requirement to default a value (ex:NA) when the XPath doesnt have a value . Is it even poss ... |