Author |
Message |
Topic: How does ACE work with "reverse IP lookup" ? |
hunghip95
Replies: 0 Views: 3539
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Jan 04, 2021 2:00 am Subject: How does ACE work with "reverse IP lookup" ? |
Hi all,
Scenario:
- I'm trying to disable "Reverse IP Lookup".
- ACE is running on AIX OS.
- There is a Client (10.0.81.52) calls to ACE'service (10.0.81.53:7800/service/vn/authen/auth ... |
Topic: How to parse MBElement object to Clob ? |
hunghip95
Replies: 1 Views: 3831
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Dec 03, 2020 12:49 am Subject: How to parse MBElement object to Clob ? |
Hi all,
I'm trying to pass large JSON Array to a Oracle DB 19c Procedure as a Clob data type.
Flow my service:
+ HTTPInput -> Java Compute Node ( call Procedure) -> Reply.
Description:
... |
Topic: Delay a MQ processing flow with ESQL SLEEP |
hunghip95
Replies: 24 Views: 15583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Dec 02, 2020 12:26 am Subject: Delay a MQ processing flow with ESQL SLEEP |
To be honest, this topic is going far away from its purpose
We need to keep this topic good enough for the similar problems. |
Topic: Delay a MQ processing flow with ESQL SLEEP |
hunghip95
Replies: 24 Views: 15583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 30, 2020 3:17 am Subject: Delay a MQ processing flow with ESQL SLEEP |
Seems like over-engineering (look up Rube Goldberg)- delaying lower priority workload in anticipation of higher priority workload arriving.
Agree. If the incoming messages arrive at a faster average ... |
Topic: Behavior when connect a Subflow's output to multiple Nodes |
hunghip95
Replies: 2 Views: 3691
|
Forum: WebSphere Message Broker (ACE) Support Posted: Sun Nov 29, 2020 9:00 pm Subject: Behavior when connect a Subflow's output to multiple Nodes |
Hi all,
I'm using ACE 11 version.
I'm looking for the detailed information of the ACE's behavior for each transaction.
My flow:
+ HTTPInput -> Subflow (Business Process) -> Multiple nodes ... |
Topic: Delay a MQ processing flow with ESQL SLEEP |
hunghip95
Replies: 24 Views: 15583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 24, 2020 7:16 pm Subject: Re: Delay a MQ processing flow with ESQL SLEEP |
Hi all,
I want to share you all a process and expect that whether there is a better suggestion...
I don't understand why a delay is required.
Why don't you use
MQInput(queueA.in)-> Business Pr ... |
Topic: Delay a MQ processing flow with ESQL SLEEP |
hunghip95
Replies: 24 Views: 15583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Nov 24, 2020 12:44 am Subject: Delay a MQ processing flow with ESQL SLEEP |
The purpose of sleeping before MQGet node is throttling messages come to Service 2 ( particularly is the "Business Process" sector).
Imagine that "Business Process" sector is a Co ... |
Topic: Delay a MQ processing flow with ESQL SLEEP |
hunghip95
Replies: 24 Views: 15583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 23, 2020 6:53 pm Subject: Delay a MQ processing flow with ESQL SLEEP |
JMS2.0 implements a delivery delay. Could this be used at the front end?
Do you mean I should integrate ACE with MQ by using JMS nodes ?
I've not really worked with JMS nodes, is it better than ... |
Topic: Delay a MQ processing flow with ESQL SLEEP |
hunghip95
Replies: 24 Views: 15583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 23, 2020 6:46 pm Subject: Re: Delay a MQ processing flow with ESQL SLEEP |
Hi all,
I want to share you all a process and expect that whether there is a better suggestion...
I don't understand why a delay is required.
Why don't you use
MQInput(queueA.in)-> Business Pr ... |
Topic: Delay a MQ processing flow with ESQL SLEEP |
hunghip95
Replies: 24 Views: 15583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 23, 2020 6:50 am Subject: Delay a MQ processing flow with ESQL SLEEP |
You haven't explained the requirement for 10 seconds. Why not 1? Why not 30?
This parameter can be adjusted during the runtime. 10s is my example. |
Topic: Delay a MQ processing flow with ESQL SLEEP |
hunghip95
Replies: 24 Views: 15583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 23, 2020 6:48 am Subject: Delay a MQ processing flow with ESQL SLEEP |
Sorry for lacking some information.
The purpose of sleeping before MQGet node is throttling messages come to Service 2 ( particularly is the "Business Process" sector).
Imagine that " ... |
Topic: Delay a MQ processing flow with ESQL SLEEP |
hunghip95
Replies: 24 Views: 15583
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Nov 16, 2020 11:54 pm Subject: Delay a MQ processing flow with ESQL SLEEP |
Hi all,
I want to share you all a process and expect that whether there is a better suggestion.
Requirement:
- Develop an asynchronous service using MQ Input. This service gets message by a delay t ... |
Topic: Cant debug flow include Java_Compute with App Connect 11.0.0 |
hunghip95
Replies: 2 Views: 3057
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 19, 2019 5:53 am Subject: Cant debug flow include Java_Compute with App Connect 11.0.0 |
Well you just showed the top of the exception tree where we would need to see the bottom of the exception tree. So at this point we are unable to give you any advice...
The Invalid Attribute Name ... |
Topic: Cant debug flow include Java_Compute with App Connect 11.0.0 |
hunghip95
Replies: 2 Views: 3057
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 19, 2019 2:31 am Subject: Cant debug flow include Java_Compute with App Connect 11.0.0 |
I'm creating a service with App Connect 11.0.0:
Linux Server good. But when I debug ( from Toolkit on Windows OS), message can run until subflow InquiryRateInfo, exception is throwed:
ExceptionLis ... |
Topic: How to Validate a message definition in IIB 10 |
hunghip95
Replies: 5 Views: 5320
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Oct 26, 2017 11:11 pm Subject: Re: How to Validate a message definition in IIB 10 |
I'm getting an error when I use a Validate node for a message definition.
My project is follow message set way ( not message model). But Validate node cant import an Static lib.
So, can I have any w ... |