Author |
Message |
Topic: Parallel processing + 2 MQ Input Nodes +additional Instance |
mehta10987
Replies: 2 Views: 4347
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 13, 2020 7:05 pm Subject: Parallel processing + 2 MQ Input Nodes +additional Instance |
Hello GrandMasters,
looking for clarification with one of the scenario.
I have a Message Flow with two MQ Input Nodes.
MQ Input Node1: is listening to Queue1
MQ Input Node2: is listening to Queu ... |
Topic: Add Validation to RESTFul Service Main Flow |
mehta10987
Replies: 4 Views: 5810
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 17, 2020 8:47 am Subject: Add Validation to RESTFul Service Main Flow |
If the ask is to validate the credentials of Users..
Are the details stored anywhere for lookup?
For e.g. a DB call?
Any other API exists which would provide valid User (if details are provided t ... |
Topic: HOW DO WE CALL A EXTERNAL WEB SERVICE (JSON INPUT) FROM IIB |
mehta10987
Replies: 7 Views: 9401
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jan 17, 2020 7:52 am Subject: HOW DO WE CALL A EXTERNAL WEB SERVICE (JSON INPUT) FROM IIB |
I agree with timber.. Please provide detailed information what you are looking for...
If your question is to call an external webservice which needs to be called..
Assuming it is POST call with ... |
Topic: Recommendation while using precompiled maps(.mmc) in IIB10 |
mehta10987
Replies: 0 Views: 4410
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Nov 06, 2019 7:52 pm Subject: Recommendation while using precompiled maps(.mmc) in IIB10 |
I am using multiple instances of a flow which has WTX Map Node in it.
The node is configured in such a way that precompiled maps(.mmc) are referred in the "Map Server Location"
CardNoToWir ... |
Topic: Text:CHARACTER:Could not create parser |
mehta10987
Replies: 1 Views: 4512
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 03, 2019 1:29 pm Subject: Text:CHARACTER:Could not create parser |
It seems the issue was with the DELETE field which was performed earlier and hence while traversing it was throwing error.
Let me get more details and get back in case of help required. |
Topic: Text:CHARACTER:Could not create parser |
mehta10987
Replies: 1 Views: 4512
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 03, 2019 12:13 pm Subject: Text:CHARACTER:Could not create parser |
I am encountering this strange Parsing Error in my code in local teasting.
Text:CHARACTER:Could not create parser
Same code is working fine in Sub PROD Brokers.
I took the latest code from GitH ... |
Topic: Node and flow additional instances |
mehta10987
Replies: 10 Views: 14913
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Oct 21, 2019 5:16 am Subject: Node and flow additional instances |
Hello Timber,
Actually there were two questions
One was over the SLEEP approach for the current business functionality to be achieved.
Second: What would be better approach to finish the file(recor ... |
Topic: Node and flow additional instances |
mehta10987
Replies: 10 Views: 14913
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Oct 20, 2019 7:21 pm Subject: Node and flow additional instances |
Sorry for not making statement clear enough
Flow1 --> File Input Node(with only one instance) Reading a large file and reading records to put messages into a Queue.
Flow2 --> MQInput Node ... |
Topic: Node and flow additional instances |
mehta10987
Replies: 10 Views: 14913
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sat Oct 19, 2019 12:44 pm Subject: Node and flow additional instances |
I have scenario with two Main Flows in one App
Flow1 --> File Input Node(with only one instance) Reading a large file and reading records to put messages into a Queue.
Flow2 --> MQInput No ... |
Topic: How to delay the Message Flow using esql code in MB6.1 |
mehta10987
Replies: 28 Views: 40530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Oct 18, 2019 8:42 am Subject: How to delay the Message Flow using esql code in MB6.1 |
When you mention
".. it goes into a loop and waits for the shared counter to reach its final value.."
What I understand to put that instance to sleep and then return in the loop to check ... |
Topic: How to delay the Message Flow using esql code in MB6.1 |
mehta10987
Replies: 28 Views: 40530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 15, 2019 3:38 pm Subject: How to delay the Message Flow using esql code in MB6.1 |
Usually if there an MQ Input node for processing, all errors an exceptions should be logged on a MQ Output queue, eg. .FAULT, .ERROR, with messages containing details of the error and the original inp ... |
Topic: How to delay the Message Flow using esql code in MB6.1 |
mehta10987
Replies: 28 Views: 40530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 15, 2019 3:33 pm Subject: How to delay the Message Flow using esql code in MB6.1 |
The input file to IIB is a huge pipe delimiter file, which is to be read record by record and then XML is to be created(for each record) for hitting the final destination service in second flow.
We ... |
Topic: How to delay the Message Flow using esql code in MB6.1 |
mehta10987
Replies: 28 Views: 40530
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Oct 15, 2019 2:32 pm Subject: Causing Delay for one instance alone |
We have a requirement to process very huge file(with multiple records and received once in a day) record by record and write failures of transactions into an Error File.
Approach we are following
Fi ... |