Author |
Message |
Topic: On demand parsing BLOB/RCD |
longhorn
Replies: 3 Views: 2140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 12, 2016 12:14 pm Subject: On demand parsing BLOB/RCD |
Thanks for your response. That's what appears to be happening. However, I thought that RCD does not actually instigate an immediate parse. The code in the compute module has not changed so should stil ... |
Topic: On demand parsing BLOB/RCD |
longhorn
Replies: 3 Views: 2140
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 12, 2016 11:53 am Subject: On demand parsing BLOB/RCD |
I think I may be missing a subtlety here...
I'm observing an unexpected scenario with parsing. I have a flow (FileInputNode -> Compute -> MQOutput) within which I am processing a 200MB+ file ... |
Topic: Large Message processing performance FileRead/DFDL |
longhorn
Replies: 13 Views: 5664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 06, 2016 12:27 am Subject: Large Message processing performance FileRead/DFDL |
Thanks guys for all your input.
We eventually decided to go with the FileInput node. Interestingly, memory usage when using the FileInput node is significantly lower. Memory usage creeps up by just ... |
Topic: Large Message processing performance FileRead/DFDL |
longhorn
Replies: 13 Views: 5664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 05, 2016 1:17 am Subject: Large Message processing performance FileRead/DFDL |
@mqjeff
Thanks for the suggestion. We had thought of triggering the FileInput flow but then for robustness, we'd need checks to verify that the flow is triggered when it's meant to. Initially, it se ... |
Topic: Large Message processing performance FileRead/DFDL |
longhorn
Replies: 13 Views: 5664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 04, 2016 11:31 am Subject: Large Message processing performance FileRead/DFDL |
@timber
Thanks for the clarification on streaming vs on-demand parsing. I hadn't fully appreciated that.
I think we are limited to the FileRead node in this instance as the file will generally arr ... |
Topic: Large Message processing performance FileRead/DFDL |
longhorn
Replies: 13 Views: 5664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed May 04, 2016 1:27 am Subject: Large Message processing performance FileRead/DFDL |
Thanks guys for your responses.
@mqjeff
I'm using a single instance of the flow.
I ran some stats on a message with just 5000 lines. The results were
TotalElapsedTime='1471996'
MaximumCPUT ... |
Topic: Large Message processing performance FileRead/DFDL |
longhorn
Replies: 13 Views: 5664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 03, 2016 11:52 am Subject: Large Message processing performance FileRead/DFDL |
OS: Windows 7 64 bit
CPU: i5
RAM: 16GB
Toolkit version 8.0.0.6
WMB capability level: 8.0.0.5
I have been running some tests with a new message flow and the performance is not as good as expect ... |
Topic: haregtyp unable to register WMQ |
longhorn
Replies: 2 Views: 4080
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jul 10, 2015 12:47 pm Subject: haregtyp unable to register WMQ |
Thanks for taking the time to respond. I was using a local admin account.
For others who might come across this, the simple solution is that the command must not be run until after the MSCS cluster ... |
Topic: haregtyp unable to register WMQ |
longhorn
Replies: 2 Views: 4080
|
Forum: IBM MQ Installation/Configuration Support Posted: Fri Jul 10, 2015 6:49 am Subject: haregtyp unable to register WMQ |
Hi,
Just wondering if anyone else has come across this error.
OS: windows Server 2008 Enterprise R2 64 bit
WMQ 7.0.1.12
I have 2 windows 2008 64 bit VMs configured. They are part of a domain ... |
Topic: sending message containing embedded MQMD using MQJava |
longhorn
Replies: 8 Views: 5275
|
Forum: IBM MQ Java / JMS Posted: Fri May 23, 2014 12:22 am Subject: sending message containing embedded MQMD using MQJava |
Thanks for the tip, that's kind of what I was thinking. |
Topic: sending message containing embedded MQMD using MQJava |
longhorn
Replies: 8 Views: 5275
|
Forum: IBM MQ Java / JMS Posted: Thu May 22, 2014 11:37 am Subject: sending message containing embedded MQMD using MQJava |
Thanks. That's what I needed to know. |
Topic: sending message containing embedded MQMD using MQJava |
longhorn
Replies: 8 Views: 5275
|
Forum: IBM MQ Java / JMS Posted: Thu May 22, 2014 10:06 am Subject: sending message containing embedded MQMD using MQJava |
Sounds like it's not that straightforward... |
Topic: sending message containing embedded MQMD using MQJava |
longhorn
Replies: 8 Views: 5275
|
Forum: IBM MQ Java / JMS Posted: Thu May 22, 2014 8:04 am Subject: sending message containing embedded MQMD using MQJava |
I know I can do that, I am just looking to see if it's possible to use the MQ Java classes to write the message to a queue. |
Topic: sending message containing embedded MQMD using MQJava |
longhorn
Replies: 8 Views: 5275
|
Forum: IBM MQ Java / JMS Posted: Thu May 22, 2014 6:19 am Subject: sending message containing embedded MQMD using MQJava |
Hi,
Is it possible to send a message (saved with rfhutil including headers) to a queue using MQJava classes? I have written a simple java program and I can send the message to the queue but the hea ... |