Search:

Type: Posts; User: ivanjoe; Keyword(s):

Search: Search took 0.03 seconds.

  1. Replies
    1
    Views
    238

    SI Aggregator and Transactions

    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...
  2. Replies
    4
    Views
    249

    Thanks Gary, I'll give it a try !

    Thanks Gary, I'll give it a try !
  3. Stop receiving messages in case of an Exception

    I'm using the


    <jms:message-driven-channel-adapter id="testQueueAdapter" container="testQueueListener"
    channel="testQueueInChannel" />

    to receive JMS...
  4. Replies
    4
    Views
    249

    Gary, thanks for your reply. I understand the...

    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...
  5. Replies
    4
    Views
    249

    errorChannel header ignored ?

    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...
  6. publish subscribe channel and messageselectors

    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...
  7. Replies
    0
    Views
    706

    Questions on publish-subscribe-channel

    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...
  8. Replies
    3
    Views
    747

    Thnx for your quick reply. I'm aware of the...

    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...
  9. Replies
    3
    Views
    747

    Differences between M6 and GA

    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...
  10. Replies
    3
    Views
    1,945

    I think you should post this in a new Thread...

    I think you should post this in a new Thread...
  11. Replies
    3
    Views
    1,945

    Request/Reply with temp/dynamic queue, how ?

    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...
Results 1 to 11 of 11