Author |
Message |
Topic: Accessing user defined properties from different locations |
abetaev
Replies: 0 Views: 3215
|
Forum: WebSphere Message Broker (ACE) Support Posted: Wed Aug 22, 2012 3:03 am Subject: Accessing user defined properties from different locations |
Hello,
I have two subflows (Subflow1&Subflow2) in two different schemes (Schema1&Schema2).
Schema1 also contains declaration of UDP:
DECLARE MyProperty EXTERNAL CHARACTER '';
In order to ... |
Topic: Limitation of promoted properties |
abetaev
Replies: 5 Views: 3783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 15, 2012 4:17 am Subject: Re: Limitation of promoted properties |
I don't believe you can configure Queue manager name for MQGet node. Message Broker is capable of doing many wonderful things, but getting messages from remote queues is not one of them, unless I have ... |
Topic: Limitation of promoted properties |
abetaev
Replies: 5 Views: 3783
|
Forum: WebSphere Message Broker (ACE) Support Posted: Fri Jun 15, 2012 3:44 am Subject: Limitation of promoted properties |
While performing automation of building and configuration of Message Broker applications, we've met the issue. There are few properties which need to be configured depending on environment. All of the ... |
Topic: Parsing error: strange signed decimal format from backend |
abetaev
Replies: 14 Views: 8224
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 31, 2012 2:19 am Subject: Parsing error: strange signed decimal format from backend |
kimbert,
thanks for that link!
Guys,
Thanks again for your answers. I think this issue can be marked as resolved now. |
Topic: Parsing error: strange signed decimal format from backend |
abetaev
Replies: 14 Views: 8224
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2012 7:10 am Subject: Parsing error: strange signed decimal format from backend |
System details:
HPNS NS1008
TACL (T9205H01 - 10MAY2011), Operating System H06, Release H06.23.00
Compaq COBOL85 for NonStop Himalaya Systems
COBOL85 - T9257H01 - (15 MAR 09)
Copyr ... |
Topic: Parsing error: strange signed decimal format from backend |
abetaev
Replies: 14 Views: 8224
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2012 6:53 am Subject: Parsing error: strange signed decimal format from backend |
Hi Vitor,
Thanks for joining the thread.
There're no external systems connected to that service.
What do you mean with "put SEPARATE clause"? (I suggest it is another decimal form ... |
Topic: Parsing error: strange signed decimal format from backend |
abetaev
Replies: 14 Views: 8224
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2012 6:30 am Subject: Parsing error: strange signed decimal format from backend |
Hi smdavies99,
Thanks for joining discussion.
I tried to change the encoding. But it affects integers and packed decimals only. Here is problem with decimal which is sent in ASCII string.
I t ... |
Topic: Parsing error: strange signed decimal format from backend |
abetaev
Replies: 14 Views: 8224
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2012 5:07 am Subject: Parsing error: strange signed decimal format from backend |
mqjeff,
But I'm sure that their encoding will not change. Do you know where I can find correct encoding/CCSID for such decimal format? I could not find such on the web. I've already tried all combina ... |
Topic: Parsing error: strange signed decimal format from backend |
abetaev
Replies: 14 Views: 8224
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2012 4:22 am Subject: Parsing error: strange signed decimal format from backend |
Hi mqjeff,
Thanks for the answer!
I really don't know if CCSID which is sent by backend is correct. This is because backend seem to be working incorrectly with encoding: we also have big-endian/ ... |
Topic: Parsing error: strange signed decimal format from backend |
abetaev
Replies: 14 Views: 8224
|
Forum: WebSphere Message Broker (ACE) Support Posted: Tue May 29, 2012 2:43 am Subject: Parsing error: strange signed decimal format from backend |
Hello,
I've met a problem when parsing decimals from backend.
There is decimal format which is defined in COBOL in the following way:
04 MONEY-AMOUNT S9(3)V99 SIGN TRAILING.
This format ... |
Topic: Dynamic message aggregation |
abetaev
Replies: 3 Views: 3144
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 10, 2012 6:03 am Subject: Dynamic message aggregation |
Hi mqjeff,
Thanks for reply!
As far as I know aggregation nodes do not support dynamic number of outputs. Actually I tried to use them but did not find out how I can setup number of messages to ... |
Topic: Dynamic message aggregation |
abetaev
Replies: 3 Views: 3144
|
Forum: WebSphere Message Broker (ACE) Support Posted: Thu May 10, 2012 5:48 am Subject: Dynamic message aggregation |
Hi,
I have the following situation:
The frontend system (SOAP over HTTP) performs Get request which consists of N ids. Then MB should perform N requests to backend system through MQ request queues ... |