I think one more important downside point of using user threads to dispatch
messages from a JMS provider is that you loose guaranteed order of delivery
and the onus of sorting them and guaranteeing message delivery to recipients
is now put onto application code.
I think you would only want to do t
Use Camel JMS Component's configuration parameter:
useMessageIDAsCorrelationID=true
from(amq:...).inOut(jms:...?useMessageIDAsCorrelationID=true)
Marat
On Tue, Jan 25, 2011 at 11:32 AM, Christian Mueller <
christian.muel...@gmail.com> wrote:
>
> Thanks for your response Claus. I had already a
messages that
match that unique value, thus getting only the reply messages destined to
this producer.
http://issues.apache.org/activemq/browse/CAMEL-490
Thanks,
Marat
On Mon, Feb 1, 2010 at 1:46 PM, Marat Bedretdinov <
marat.bedretdi...@gmail.com> wrote:
> It's been a while since I
It's been a while since I looked at this code. I would verify that your
changes will not break local transaction support. I suspect that this could
be an issue if you were to simply block the producer with a timed receive
call.
There is a bunch of tests in Camel unit tests. Are they all passing?
[
https://issues.apache.org/activemq/browse/CAMEL-1837?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56306#action_56306
]
Marat Bedretdinov commented on CAMEL-1837:
--
Hi Christian, Claus,
Take a loo
[
https://issues.apache.org/activemq/browse/CAMEL-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56232#action_56232
]
Marat Bedretdinov commented on CAMEL-2249:
--
Hi Christian,
I generally agree
[
https://issues.apache.org/activemq/browse/CAMEL-2249?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=56232#action_56232
]
Marat Bedretdinov edited comment on CAMEL-2249 at 12/2/09 5:2
[
https://issues.apache.org/activemq/browse/CAMEL-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54110#action_54110
]
Marat Bedretdinov commented on CAMEL-2001:
--
Fintan,
I haven't looked a
[
https://issues.apache.org/activemq/browse/CAMEL-2001?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=54110#action_54110
]
Marat Bedretdinov edited comment on CAMEL-2001 at 9/9/09 8:3
May be this will help?
http://fusesource.com/docs/router/1.6/component_ref/JMSComp.html
Marat
On Tue, Jul 14, 2009 at 2:18 PM, fjaouen wrote:
>
> Hi,
>
> I try to use Apache camel JMS (http://camel.apache.org/jms.html). And it
> works fine if I use physical name. But I would like to use a logic
A while ago (last year) I've been chatting with Hiram, and we've agreed that
we could extend the Camel to support TX for InOut Exchanges, where we would
employ an AsynchProcessor for the IN message exchange flow and then deliver
the OUT message flow via a separate thread.
This effectively would ac
[
https://issues.apache.org/activemq/browse/CAMEL-1543?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51283#action_51283
]
Marat Bedretdinov commented on CAMEL-1543:
--
Good point.
If I recall correctly
[
https://issues.apache.org/activemq/browse/CAMEL-1541?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51282#action_51282
]
Marat Bedretdinov commented on CAMEL-1541:
--
may be use ExchangeProperty f
[
https://issues.apache.org/activemq/browse/CAMEL-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51051#action_51051
]
Marat Bedretdinov commented on CAMEL-1461:
--
Claus,
Thanks for applying the p
[
https://issues.apache.org/activemq/browse/CAMEL-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51030#action_51030
]
Marat Bedretdinov commented on CAMEL-1461:
--
Claus,
Yes I did manage to get al
[
https://issues.apache.org/activemq/browse/CAMEL-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marat Bedretdinov updated CAMEL-1461:
-
Attachment: CAMEL-1461-2009-04-05-01-58.patch
> A request route with a topic n
[
https://issues.apache.org/activemq/browse/CAMEL-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51027#action_51027
]
Marat Bedretdinov commented on CAMEL-1461:
--
Claus,
Ok I think there are a co
[
https://issues.apache.org/activemq/browse/CAMEL-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51022#action_51022
]
Marat Bedretdinov edited comment on CAMEL-1461 at 4/4/09 10:4
[
https://issues.apache.org/activemq/browse/CAMEL-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51022#action_51022
]
Marat Bedretdinov edited comment on CAMEL-1461 at 4/4/09 10:4
[
https://issues.apache.org/activemq/browse/CAMEL-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51022#action_51022
]
Marat Bedretdinov edited comment on CAMEL-1461 at 4/4/09 10:3
[
https://issues.apache.org/activemq/browse/CAMEL-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51022#action_51022
]
Marat Bedretdinov commented on CAMEL-1461:
--
Claus,
I disagree.
> The pro
[
https://issues.apache.org/activemq/browse/CAMEL-1461?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=51018#action_51018
]
Marat Bedretdinov commented on CAMEL-1461:
--
Michael,
I think your analysi
[
https://issues.apache.org/activemq/browse/CAMEL-1509?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=50974#action_50974
]
Marat Bedretdinov commented on CAMEL-1509:
--
The logic in the ServiceSuppor
Thanks.
On Mon, Mar 23, 2009 at 2:53 PM, Claus Ibsen wrote:
> On Mon, Mar 23, 2009 at 7:49 PM, Marat Bedretdinov
> wrote:
> > My username is 'marat'
> Karma granted.
>
> >
> > Thanks,
> > Marat
> >
> > On Mon, Mar 23, 2009 at 2:36 PM, C
My username is 'marat'
Thanks,
Marat
On Mon, Mar 23, 2009 at 2:36 PM, Claus Ibsen wrote:
> On Mon, Mar 23, 2009 at 7:31 PM, Marat Bedretdinov
> wrote:
> > Claus,
> >
> > Could you give me Camel wiki edit karma so that I can document my latest
> > pa
Claus,
Could you give me Camel wiki edit karma so that I can document my latest
patch?
Thanks,
Marat
[
https://issues.apache.org/activemq/browse/CAMEL-1474?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Marat Bedretdinov updated CAMEL-1474:
-
Attachment: camel-cxf-CAMEL-1474-2009-03-20.patch.txt
> On the wire headers
Issue Type: Bug
Components: camel-cxf
Affects Versions: 1.6.0
Reporter: Marat Bedretdinov
Fix For: 1.6.1
Currently if there is a Camel route that involves two or more cxf endpoints,
then the on the wire message headers such as SOAP headers are
28 matches
Mail list logo