Author |
Message |
Topic: file handlibg - filter duplicate records |
sat_in_field
Replies: 2 Views: 1717
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 18, 2010 2:56 am Subject: file handlibg - filter duplicate records |
Hi,
Running WMB6.1
We have a requirement to filter duplicate records from a file. The file will potentially be quite large in size and contain many records. Can WMB work on the entire file in m ... |
Topic: DB CHAR(1) field populates message field with 4 characters |
sat_in_field
Replies: 0 Views: 1410
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Feb 20, 2009 7:08 am Subject: DB CHAR(1) field populates message field with 4 characters |
This query is executed via a passthru by WMB6.0 on new oracle (10.2.4) RAC DB instance TCID11
SELECT D.SYS_CD_DMD,
D.DSN_INT_CD_DMD,
D.DMD_REFORMAT_IN,
D.TPT_CD_DMD,
D.DMD_REPAIR_IND,
D.D ... |
Topic: Large messages >30Mb |
sat_in_field
Replies: 10 Views: 7865
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Jul 03, 2007 2:16 am Subject: Large messages >30Mb |
Hi, we recieved a document from IBM detailing WMB handling of large messages and efficient processing of them.
The document is "Memory and performance considerations when handling large messa ... |
Topic: Large messages >30Mb |
sat_in_field
Replies: 10 Views: 7865
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 20, 2007 7:45 am Subject: Large messages >30Mb |
As I said - paging through the APAR's fixed up to wmb6 csd 04 - nothing seems relevant
PK31749 EVAL WITH DATABASE INSERT CAUSES MEMORY LEAK
->Not using an EVAL statements
IY85680 - MEMORY ... |
Topic: Large messages >30Mb |
sat_in_field
Replies: 10 Views: 7865
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 20, 2007 6:08 am Subject: Large messages >30Mb |
awww you guys!
paging through the APAR's fixed up to wmb6 csd 04 - nothing seems relevant
http://www-1.ibm.com/support/docview.wss?rs=849&uid=swg27008716
I was hoping somene had had the i ... |
Topic: Large messages >30Mb |
sat_in_field
Replies: 10 Views: 7865
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 20, 2007 5:32 am Subject: Large messages >30Mb |
It is difficult to get these applied without good reason, I am posing the question have others had issues with this.
Memory appears to constanly be consumed without being returned, an additional @6 ... |
Topic: Large messages >30Mb |
sat_in_field
Replies: 10 Views: 7865
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Jun 20, 2007 5:03 am Subject: Large messages >30Mb |
Hi,
We are processing large messages through WMB. We are handling these messages as a blob. We do not interrogete the content or need to split these messages.
We store the message to a database, ... |
Topic: Retrieve 'legacy' MQ message via JMS |
sat_in_field
Replies: 8 Views: 6015
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 12, 2007 5:11 am Subject: Retrieve 'legacy' MQ message via JMS |
I will code to caputure the linked exception.
The sending app(Non JMS) is an external client of our company and populates the RFH2 only with
<usr><filename>ABCD.txt</filename>& ... |
Topic: Retrieve 'legacy' MQ message via JMS |
sat_in_field
Replies: 8 Views: 6015
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 12, 2007 4:42 am Subject: Retrieve 'legacy' MQ message via JMS |
We have not trapped the linked exception we are just getting MQJMS 2009 which is cannot connect to queue. However if we load the queue with a JMS message we have no issues connecting and getting that ... |
Topic: Retrieve 'legacy' MQ message via JMS |
sat_in_field
Replies: 8 Views: 6015
|
Forum: IBM MQ Java / JMS Posted: Tue Jun 12, 2007 3:18 am Subject: Retrieve 'legacy' MQ message via JMS |
Hi,
We have guided by the architecture team to use JMS and have been given some code to get messages via MQ client using JMS. The issue we are having is that an existing application writes to the q ... |
Topic: Using character string to build address in the message tree |
sat_in_field
Replies: 6 Views: 3266
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 20, 2004 5:55 am Subject: Using character string to build address in the message tree |
Thanks Eddie,
I have tried as you suggested and it works, I will have to think if this is how I want to code this or if there is another way for me to go about things.
thanks again
Steve |
Topic: Using character string to build address in the message tree |
sat_in_field
Replies: 6 Views: 3266
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 20, 2004 3:46 am Subject: Using character string to build address in the message tree |
Hello,
A lookup on a database returns a character string which is an XML reference to a declared varible. This "can" be used as a to find a value in my inbound message tree, how can I use this to get ... |
Topic: getting tree reference from a procedure |
sat_in_field
Replies: 1 Views: 1854
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 02, 2004 4:04 am Subject: getting tree reference from a procedure |
Hello,
I found some code by Craig B to navigate recursivly through an unknown xml tree to find a tag, DECLARE foundMatch BOOLEAN FALSE;
DECLARE OutboundMsg REFERENCE TO InputRoot.XML.TPCIMessage.Ou ... |
Topic: Precision lost on select from remote db |
sat_in_field
Replies: 1 Views: 1545
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 16, 2004 8:12 am Subject: Precision lost on select from remote db |
Hi,
Using wmqi 2.1 I am selecting number(17,3) from an oracle db and I am loosing precision.
value selected 12345678901234.567
value returned to FLOAT variable 123456789012345E+13
result after ... |
Topic: MQSI 2.0.1 character conversion |
sat_in_field
Replies: 0 Views: 1297
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Mar 06, 2003 6:07 am Subject: MQSI 2.0.1 character conversion |
Hello,
Recently I submitted a post to convert a character field to its blob representation, Kiran kindly posted me the following code;
-----------------------------------------
-- Create a 24 byt ... |