-
Type:
Bug
-
Status: Closed (View Workflow)
-
Priority:
Major
-
Resolution: Done
-
Affects Version/s: 4.8
-
Fix Version/s: 4.9
-
Component/s: Content Based Routing
-
Labels:None
-
Workaround Description:
The MessageMulticaster creates an aggregation id and stores this value in message properties. Normally this does not prove to be an issue but when using invm transport it may cause issues.
When the message is sent to multiple services, using pass by reference semantics, then all services will see the same properties and may, depending on timing, see the same aggregation id.
The aggregation value should really be in the message context as this section is always duplicated when creating a reference, never shared. The problem we face is that users may already be referencing the property, especially if they are creating a fresh response message, so we need to think about handling this.
- blocks
-
JBESB-3463 Aggregator meta data object is not recreated when updating
-
- Closed
-
-
SOA-2215 Aggregator meta data in properties
-
- Closed
-
- relates to
-
JBESB-3310 Aggregator meta data in properties
-
- Closed
-