Author |
Message |
Topic: Java Compute Node Propagating in a loop |
new2wmbdev
Replies: 6 Views: 7613
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 08, 2012 2:05 pm Subject: Java Compute Node Propagating in a loop |
Thank you for the reply.
How do you call a new queue from JCN?
Can we send multiple messages to the queue and let it trigger only after receives the last file?
Any pointers.
Thx again. |
Topic: Java Compute Node Propagating in a loop |
new2wmbdev
Replies: 6 Views: 7613
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 08, 2012 12:14 pm Subject: Java Compute Node Propagating in a loop |
Hi,
Here is the process/problem:
1. Read Multiple files from a zip file in Java Compute Node
2. Based on the file name rout the message to either out or alt node.
3. This is done within a loo ... |
Topic: Unzip file with multiple xml files |
new2wmbdev
Replies: 6 Views: 8899
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Apr 14, 2012 6:30 pm Subject: Unzip file with multiple xml files |
Esa,
Thank you for your guidance. I was able to unzip the file and read each file separately .
I am now faced with another issue(please excuse my repeated queries).
After reading each file u ... |
Topic: Unzip file with multiple xml files |
new2wmbdev
Replies: 6 Views: 8899
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Apr 13, 2012 8:27 am Subject: Unzip file with multiple xml files |
Esa,
Thank your response. I have a couple of more questions on this,
1. what would be the input to JavaCompute Node, the zip file path or the contents of the Zipfile as a BLOB stream.
2. If ... |
Topic: Unzip file with multiple xml files |
new2wmbdev
Replies: 6 Views: 8899
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Apr 12, 2012 10:10 pm Subject: Unzip file with multiple xml files |
Hi,
Please excuse as this is my first post.
We have an issue where we need to unzip an file with multiple xml files and process them in the flow.
I have started using compute node and calli ... |