Search:

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

Search: Search took 0.01 seconds.

  1. Replies
    7
    Views
    2,156

    Thanks for the super quick turnaround. I tested...

    Thanks for the super quick turnaround. I tested it and it works; I saw that you even provided the SI namespace. I am really looking forward to m3.

    Related to the issue of custom reply handler,...
  2. Replies
    7
    Views
    2,156

    Thanks Mark -- I see the new constructor and the...

    Thanks Mark -- I see the new constructor and the fact that you are using it when calling createReplyMessage() in AbstractMessageHandlerAdapter.

    Now I think I am down to only two big issues:
    1)...
  3. Replies
    7
    Views
    2,156

    If there is no reason not to, please also make it...

    If there is no reason not to, please also make it Serializable.
  4. Replies
    0
    Views
    1,138

    ReplyHandler Injection

    Would it be possible to inject the ReplyHandler into the DefaultEndpoint? Also -- it would be great if most members/functions that do not need to be private be made protected so that we can...
  5. Replies
    7
    Views
    2,156

    Great -- thanks.

    Great -- thanks.
  6. Replies
    7
    Views
    2,156

    Constructing a GenericMessage

    It is common to have to keep the header of a message as it goes through the flow: E.g. pick up a message from the bus, apply command, and post downstream.

    It would be great if there was another...
  7. Replies
    8
    Views
    10,320

    JMS Message Selectors

    I was able to configure a filter for the endpoint, but it picks up all messages off the queue and then simply discards the ones that do not pass the filter.

    I am looking for the ability to create...
  8. Replies
    2
    Views
    1,961

    Thanks -- that was what I was looking for.

    Thanks -- that was what I was looking for.
  9. Replies
    0
    Views
    1,492

    Searching within the Error Queue

    Would selectors work within the errorQueue? e.g. in a request-response scenario can I correlate the errors that were raised during the processing of a single request by something like a...
  10. Replies
    2
    Views
    1,961

    Sending Message to Multiple Recipients

    Is there a way to create a recipient list for some of the messages: e.g. message is dispatched to more than one channel?

    Thanks,

    Vassil
  11. Replies
    10
    Views
    3,162

    message-converter?

    In order for me to route the message, I would also need the message-converter to be registered; even better would be the ability to register the ChannelPublisher, because I can then plug everything...
  12. Replies
    10
    Views
    3,162

    Thanks for the amazingly quick response! It...

    Thanks for the amazingly quick response!

    It took me a while to figure out some build issues, but registering the converter works now: I will test it in earnest tomorrow.

    I did think of...
  13. Replies
    10
    Views
    3,162

    ReplyTo Header Property

    I think this question falls in the same category as the discussion above.

    Situation:
    I will get a message with a tempQueue as the replyTo destination. Looking at the milestone code, I see that...
Results 1 to 13 of 13