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,...
Type: Posts; User: vavramov2; Keyword(s):
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,...
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)...
If there is no reason not to, please also make it Serializable.
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...
Great -- thanks.
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...
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...
Thanks -- that was what I was looking for.
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...
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
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...
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...
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...