Author |
Message |
Topic: IIB unique ID generation |
Jumani
Replies: 14 Views: 8664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 31, 2022 9:05 pm Subject: IIB unique ID generation |
Hi,
DO NOT GENERATE a messageId for MQ. LET MQ GENERATE IT. It will be unique for MQ. Use that generated messageId to match the correlationID when looking at the response from MQ.
I have upd ... |
Topic: IIB unique ID generation |
Jumani
Replies: 14 Views: 8664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue Aug 30, 2022 8:02 am Subject: IIB unique ID generation |
Yes its a ISO field/element among whole application data having length of 24 character.
It was my typo error, application data unique field has length greater than 24, which is not acceptable t ... |
Topic: IIB unique ID generation |
Jumani
Replies: 14 Views: 8664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Mon Aug 29, 2022 9:22 am Subject: IIB unique ID generation |
Where is your ID field? Is it part of your application data?
Yes its a ISO field/element among whole application data having length of 24 character.
You could encode common strings as sing ... |
Topic: IIB unique ID generation |
Jumani
Replies: 14 Views: 8664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 25, 2022 9:07 pm Subject: IIB unique ID generation |
Hi,
MF1(treat as server)
Timeout notification node -> esql(build http request) -> HTTP request node -> esql(dynamic route to queue, say Q1 for initial packet(ISOReq), and Q2 for final p ... |
Topic: IIB unique ID generation |
Jumani
Replies: 14 Views: 8664
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 25, 2022 4:32 am Subject: IIB unique ID generation |
Hi,
I have a requirement where need to generate unique ID which will not greater than 24 characters or 48 bytes, I have tested with UUIDASCHAR but the length is greater one. ID generated from MQOUT ... |
Topic: IIB MQGET node correlation ID issue |
Jumani
Replies: 6 Views: 4716
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu Aug 11, 2022 11:54 pm Subject: IIB MQGET node correlation ID issue |
Hi,
Thanks for the reply. Just want to know how MQGET node accepts id generated from MQOUTPUT($LocalEnvironment/WrittenDestination/MQ/DestinationData/msgId) node which is also greater than 24. Can ... |
Topic: IIB MQGET node correlation ID issue |
Jumani
Replies: 6 Views: 4716
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 10, 2022 7:54 am Subject: IIB MQGET node correlation ID issue |
Hi,
I have a requirement where source system passes an ID which is greater than 24 character and this needs to be passed as correlation id for MQGET node. Trying to pass through following esql expr ... |