Author |
Message |
Topic: moving an XB62 from DMZ to webapp layer |
ydsk
Replies: 0 Views: 5353
|
Forum: WebSphere DataPower Posted: Thu Jan 29, 2015 3:39 pm Subject: moving an XB62 from DMZ to webapp layer |
Hello,
We are planning to move a physical XB62 appliance from the DMZ into the webapp layer of our organization.
The XB62 appliance is at firmware level 6.0.1.4
The appliance has a few domains, ... |
Topic: MQ batch process |
ydsk
Replies: 18 Views: 14365
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 27, 2011 9:24 pm Subject: MQ batch process |
If only IBM can provide a polling interval on the MQInput node , just like they did for the FileInput and other nodes This would be an option for all batch processing scenarios.
Another way, si ... |
Topic: JSON vs XMLNSC parsers |
ydsk
Replies: 3 Views: 3629
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 27, 2011 9:14 pm Subject: JSON vs XMLNSC parsers |
I am looking for any published statistics around the performance metrics for JSON vs XMLNSC parser in WMB. I couldn't find any so far. If IBM can post them on WMB help infocenter it would be great.
... |
Topic: Oracle 11g client on Win 2008 server MB v7 |
ydsk
Replies: 22 Views: 18040
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 03, 2011 8:57 pm Subject: Oracle 11g client on Win 2008 server MB v7 |
Thank you smdavies.
I saw the Datadirect reference manual at http://media.datadirect.com/download/docs/odbc/allodbc/wwhelp/wwhimpl/js/html/wwhelp.htm#href=reference/workarounds.html
and found ... |
Topic: Oracle 11g client on Win 2008 server MB v7 |
ydsk
Replies: 22 Views: 18040
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Mar 02, 2011 11:28 am Subject: Oracle 11g client on Win 2008 server MB v7 |
Hursley guys on the forum, can you please explain what the parameter WorkArounds does ? What if we don't set it ?
Thanks |
Topic: Oracle 11g client on Win 2008 server MB v7 |
ydsk
Replies: 22 Views: 18040
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Mar 01, 2011 8:23 pm Subject: Oracle 11g client on Win 2008 server MB v7 |
I had given my feedback earlier via the Infocenter as Vitor suggested, and somebody from IBM contacted me then via e-mail. I replied explaining to them what the issue was, and forgot the matter then.
... |
Topic: splitting large text files (BLOB) into smaller ones in WMBv7 |
ydsk
Replies: 28 Views: 45415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jan 05, 2011 6:48 pm Subject: splitting large text files (BLOB) into smaller ones in WMBv7 |
Kimbert/Hursley people on the forum,
Is there anything you guys can say about the issue of streaming when a FIN reads an input XML file (when the record is 'Whole File') ?
All my testing so far ... |
Topic: splitting large text files (BLOB) into smaller ones in WMBv7 |
ydsk
Replies: 28 Views: 45415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Jan 02, 2011 9:36 pm Subject: splitting large text files (BLOB) into smaller ones in WMBv7 |
I just tried increasing the max record size by specifying MQSI_FILENODES_MAXIMUM_RECORD_LENGTH = 150000000 (150 MB), and my msgflow could process an xml file of size 103 MB successfully(not possible e ... |
Topic: splitting large text files (BLOB) into smaller ones in WMBv7 |
ydsk
Replies: 28 Views: 45415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 30, 2010 12:37 pm Subject: splitting large text files (BLOB) into smaller ones in WMBv7 |
Thank you lancelotlinc and mqjeff.
mqjeff, I am already trying what you said.
I am thinking of coding the following in broker in 2 separate msgflows:
1) Read the huge input xml file as fixed le ... |
Topic: splitting large text files (BLOB) into smaller ones in WMBv7 |
ydsk
Replies: 28 Views: 45415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 30, 2010 9:52 am Subject: splitting large text files (BLOB) into smaller ones in WMBv7 |
YES.
Here are some possibilities:
</sale>, </sale >, <!-- /sale --> , similar occurences inside CDATA.
All are possible, and with what you are suggesting I need to ... |
Topic: splitting large text files (BLOB) into smaller ones in WMBv7 |
ydsk
Replies: 28 Views: 45415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 30, 2010 8:23 am Subject: splitting large text files (BLOB) into smaller ones in WMBv7 |
optimist,
If it were that easy I would have lost my job by now (for not knowing/trying it till now).
What kind of a delimiter can you think of for XML files ? The tags can have spaces inside, t ... |
Topic: splitting large text files (BLOB) into smaller ones in WMBv7 |
ydsk
Replies: 28 Views: 45415
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 30, 2010 6:14 am Subject: splitting large text files (BLOB) into smaller ones in WMBv7 |
Thank you very much paerjohan.
I knew there was some kind of limit (of about a 100 MB) on the record-size (learnt the hard-way), but didn't know what it was exactly, or how to increase it. The link ... |
Topic: file streaming in WMB v7, how does it work ? |
ydsk
Replies: 5 Views: 5538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 29, 2010 7:55 am Subject: file streaming in WMB v7, how does it work ? |
Thanks mqjeff for the info on BLOB parser.
Our environment is all WMQ v7.0.1, and WMB v7.0.0.1 on Windows 2008 R2 servers.
I didn't see the streaming behavior with XMLNSC parser either, as I me ... |
Topic: file streaming in WMB v7, how does it work ? |
ydsk
Replies: 5 Views: 5538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 29, 2010 7:24 am Subject: file streaming in WMB v7, how does it work ? |
Does specifying 'Whole File' on FIN make the node try reading the entire file in one shot into memory for further processing ? Is that where it fails ?
I saw similar behavior with the msgflow when ... |
Topic: file streaming in WMB v7, how does it work ? |
ydsk
Replies: 5 Views: 5538
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 29, 2010 7:18 am Subject: file streaming in WMB v7, how does it work ? |
I did a simple test to see if streaming really works when reading big files in WMB v7 using a File Input Node, as mentioned by some others in the forum.
Here is my test msgflow:
------------------ ... |