Hello,
I have a question regarding an aggregator and transactions. We use the Atomikos transaction manager which is capable of using XA transactions with WebSphere MQ. When an exception occurs in...
Type: Posts; User: ivanjoe; Keyword(s):
Hello,
I have a question regarding an aggregator and transactions. We use the Atomikos transaction manager which is capable of using XA transactions with WebSphere MQ. When an exception occurs in...
Thanks Gary, I'll give it a try !
I'm using the
<jms:message-driven-channel-adapter id="testQueueAdapter" container="testQueueListener"
channel="testQueueInChannel" />
to receive JMS...
Gary, thanks for your reply.
I understand the use of the error-channel attribute on the message-driven-adapter. However, when I use this, the exception is wrapped in the message and sent to the...
Hello,
I'm trying to let SI send the message to an errorChannel when an Exception occurs in my synchronous flow.
I use
<int:channel id="myErrorChannel" />
<int:header-enricher...
Hello,
I would like to use a MessageSelector when the publish-subscribe-channel publishes the incoming messages to the subscribers.
So before a Message is copied to the subscriber, a...
Hello,
I have 2 questions regarding publish subscribe channels:
1) Is it possible to have a selector on the subscribers of a publish subscribe channel so that only valid messages are copied to...
Thnx for your quick reply.
I'm aware of the unsubscribe(MessageHandler) method on the SubscribableChannel interface, but the problem is to get the MessageHandler reference.
In my case, the...
Hello,
I'm using Spring Integration to build a JMS Publish/Subscribe message broker. One of the requirements is that it has to support dynamic (un)subscribe. So at runtime, subscribers can be...
I think you should post this in a new Thread...
Hello,
I'm using a service activator to handle a JMS request. The reply has to be sent back to the temporary queue created by the sender. This queuename is in the JMSReplyTo header field.
Here...