I am working on isolating the issue into a simple test case. A quick question before that
Under what circumstances besides the ones you have mentioned above does the discard-channel for...
Type: Posts; User: joshivinay; Keyword(s):
I am working on isolating the issue into a simple test case. A quick question before that
Under what circumstances besides the ones you have mentioned above does the discard-channel for...
I have a scenario where messages are resequenced based on simple sequence number and then sent to an aggregator which has a simple aggregation strategy of appending payloads. I need to sequence the...
I don't see any message in the logs which says that the header is being skipped. Here are some snippets from the log for you to view.
2012-02-01 12:56:41,249 DEBUG...
Hi,
As part of our application we create a message with some fixed String Message Header values. However some custom values are saved into a Map with value object types as Strings.
When the JMS...
We found a solution. The "destination-expression" attribute of the outbound-channel-adapter came to the rescue. Need to figure out if its going to cause any performance or scalability issues with...
There have been some posts which I tried searching in the past about dynamically creating channels, but no conclusive answers.
We have an application which produces messages and pushes them to JMS...
Can the bridge approach work in the case the channels are not the equivalent of DirectChannel. I have several JMS backed channels which I am using in the same application because I need to persist...
Thanks for the explanation. What is the best mechanism then, for handling duplicate messages in spring-integration ? Or is this something that the consuming application logic is expected to handle...
Hi,
I have a client application which creates messages to be aggregated using spring-integration (Version 2.1.0.RELEASE). A messaging gateway adds in the required header fields (code as seen below)...