Hi James,
I will take care of this patch today.
--
Willem Jiang
FuseSource
Web: http://www.fusesource.com (http://www.fusesource.com/)
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/)
(English)
http://jnn.javaeye.com (http://jnn.javaeye.com/) (Chinese)
Twitte
Did anyone have a chance to review this patch?
On Mon, Aug 27, 2012 at 10:53 PM, James Carman
wrote:
> I just submitted a patch to the following issue:
>
> https://issues.apache.org/jira/browse/CAMEL-5464
>
> I currently don't see an option for granting a license to the ASF when
> I attach files
Hi Alan,
I just have quick review of the patch. It looks good.
I will try to commit it into the trunk today.
Cheers,
--
Willem Jiang
FuseSource
Web: http://www.fusesource.com (http://www.fusesource.com/)
Blog: http://willemjiang.blogspot.com (http://willemjiang.blogspot.com/)
(English)
Hi
Could anyone check out my patch for
https://issues.apache.org/jira/browse/CAMEL-5550 please :)
Thanks
Alan
--
View this message in context:
http://camel.465427.n5.nabble.com/Patch-attempt-for-CAMEL-5550-tp5718436.html
Sent from the Camel Development mailing list archive at Nabble.com.
Yes.
On Thu, Aug 30, 2012 at 4:11 PM, lorenzo wrote:
> I ended up writing a custom AbstractJdbcMessageIdRepository which
> essentially
> uses the table I was using previously with my "by-hand" method.
>
> Do you think that can fly ?
>
> (at first sight it does )
>
>
>
> --
> View this message
I ended up writing a custom AbstractJdbcMessageIdRepository which essentially
uses the table I was using previously with my "by-hand" method.
Do you think that can fly ?
(at first sight it does )
--
View this message in context:
http://camel.465427.n5.nabble.com/Transaction-design-for-a-c
If you look to the following class of the JPA component which is a
idempotentConsumer + Repository you can fetch data from a table to see if
they have already been processed, add to the repository the new one and is
Tx aware
http://svn.apache.org/repos/asf/camel/trunk/components/camel-jpa/src/main
Hi Charles,
I did not know about this idempotentConsumer, thanks for that.
I wonder if it pays off in my case though, as I have to query the repository
table so I can select things to send out based on what has already been
sent.
I have done that for now, which I think suffice for my needs:
Hi Lorenzo,
Why are you developing a new component instead of using a
idempotentConsumer (http://camel.apache.org/idempotent-consumer.html) in
the camel which will take care about the data already processed ?
Regards,
Charles
On Thu, Aug 30, 2012 at 11:35 AM, lorenzo wrote:
> Hello there,
>
>
Hello there,
I am writing a custom camel component which essentially has to record what
it has sent successfully so that it does not resend the same piece of info
twice.
Surely this involves a transactional behaviour. The data is read from a DB
(JDBC) and is sent to a JMS queue. All good in terms
Hi
Please use the @user mailing list for your questions about using
Camel, as we say on this page.
http://camel.apache.org/mailing-lists.html
On Thu, Aug 30, 2012 at 11:07 AM, Sree wrote:
> I am try to expose a webservice via SOAP/JMS using Apache CXF, Apache Camel
> (V2.9.0) and Spring. I am
I am try to expose a webservice via SOAP/JMS using Apache CXF, Apache Camel
(V2.9.0) and Spring. I am able to consume the SOAP request message from the
Destination and able to process the message, but not able to send the
response message to the ReplyToQueue. I am using Websphere MQ and WAS7.
The
On Thu, Aug 30, 2012 at 12:20 AM, Christian Müller
wrote:
> Hello Claus, hello Dan!
>
> First, Kudos for Dan. I was indeed inspired from your performance tests.
> Thanks for your work.
>
> May be this performance test is single-sided from our point of view (I
> share this view.). But to fail with
13 matches
Mail list logo