Author |
Message |
Topic: Reading Records from a file using FileRead Node |
j1
Replies: 16 Views: 5459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Dec 06, 2015 3:20 am Subject: Reading Records from a file using FileRead Node |
thanks for the feedback. let me look into the JCN route now. any idea why IBM needs to out out statistical data in PCF format anyway? data mean for user consumption should be in a user-friendly format ... |
Topic: Reading Records from a file using FileRead Node |
j1
Replies: 16 Views: 5459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 3:21 am Subject: Reading Records from a file using FileRead Node |
besides, as timber points out, this would not be a too uncommon use case - having to read messages off a file that's being written to and put them to a queue. I was thinking of using something like ' ... |
Topic: Reading Records from a file using FileRead Node |
j1
Replies: 16 Views: 5459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 04, 2015 3:17 am Subject: Reading Records from a file using FileRead Node |
The problem here is that the messages are in MQ to begin with, as PCF formatted messages. Not being much of a C programmer or familiar with PCF, I could only hack some sample code to write the PCF mes ... |
Topic: Reading Records from a file using FileRead Node |
j1
Replies: 16 Views: 5459
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 02, 2015 3:50 pm Subject: Reading Records from a file using FileRead Node |
Hi,
I have a requirement to read records from a file as they are being appended on an ongoing basis. It looks like this kind of use case may be possible using the FileRead Node but the documentatio ... |
Topic: check for existence of CDATA Field |
j1
Replies: 9 Views: 4636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Dec 11, 2012 4:14 pm Subject: check for existence of CDATA Field |
Below is a representative extract from the trace node ouput to file. Could it be that my actual XML CDATA needs to start in the same line after the CDATA tag ...
(0x01000000:Folder):XMLNSC = ... |
Topic: check for existence of CDATA Field |
j1
Replies: 9 Views: 4636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Dec 10, 2012 2:54 pm Subject: check for existence of CDATA Field |
I did do that and looks like its boiling down to XML tree traversing issues :
2012-12-10 16:26:45.211968 14 UserTrace BIP2539I: Node 'TEST_FLOW.Compute': Evaluating expression ''XMLNSC. ... |
Topic: check for existence of CDATA Field |
j1
Replies: 9 Views: 4636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Dec 07, 2012 2:12 pm Subject: check for existence of CDATA Field |
setting up the trace node tells me that CDATA is just well...character data and should be directly assignable to a CHAR variable. However, I already tried :
SET TEMPCHARVAR = InputRoot.XMLNSC.( ... |
Topic: check for existence of CDATA Field |
j1
Replies: 9 Views: 4636
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 06, 2012 2:12 pm Subject: check for existence of CDATA Field |
Hi,
I want ot check for existence of a CDATA field in an incoming message. So far, Ive tried assigning the field at that position to a character variable and checking for it being null but that dos ... |
Topic: Retreive Broker,EG and Message Flow Name from environment |
j1
Replies: 1 Views: 1678
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 14, 2012 9:23 pm Subject: Retreive Broker,EG and Message Flow Name from environment |
Hi,
Is the currently executing Message flow name along with EG Name and Broker Name stored anywhere in the environment and accessible within the flow? something like a 'this' in java, except that ... |
Topic: write to a queue and then read from it in the same flow |
j1
Replies: 16 Views: 6988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 30, 2012 1:10 pm Subject: write to a queue and then read from it in the same flow |
note - i did read the infocenter. was how i figured that the mqget node is a likely match. was just checking in here to see if there were any better options... |
Topic: write to a queue and then read from it in the same flow |
j1
Replies: 16 Views: 6988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 30, 2012 12:31 pm Subject: write to a queue and then read from it in the same flow |
didnt mean to imply anyone here is from IBM and the merit of investing 2500 of ones own money on a broker course is arguable. having said that, there might be a market for a lighter variant - like a C ... |
Topic: write to a queue and then read from it in the same flow |
j1
Replies: 16 Views: 6988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 30, 2012 10:43 am Subject: write to a queue and then read from it in the same flow |
no funding for that mate you guys really should include it in the product purchase |
Topic: write to a queue and then read from it in the same flow |
j1
Replies: 16 Views: 6988
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jul 30, 2012 9:36 am Subject: write to a queue and then read from it in the same flow |
Hi,
Im looking to write messages to an audit queue and then read them in for insertion to a db. want to use a queue in between as a bufer in case the db connection is down for some reason. what wo ... |
Topic: passing the Message Tree and ExceptionList to a task/script |
j1
Replies: 2 Views: 2497
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri May 04, 2012 9:16 am Subject: passing the Message Tree and ExceptionList to a task/script |
Hi,
I have a bit of a peculiar situation for errorhandling, where I need to call a custom task/script and pass it the message tree and exceptionlist. I looked at the job execution node supportpac ( ... |
Topic: Proposed Error Handling Flow Design |
j1
Replies: 32 Views: 26796
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Apr 16, 2012 11:29 am Subject: Proposed Error Handling Flow Design |
Ive seen this requirement often enough to be surprised if there isnt any sample/template error handling pattern code that can be reused. is there? |