[Servicemix/ActiveMQ/Camel] Merging JMS data into one document

2008-10-29 Thread Java Programmer
Hello, Here is situation: 1) I got request which is made with two separate requests eg. 2) I multicast() that request into two filters which sperately forwards them further if proceed=="true" or abandon if false 3) after leaving filter message are send to connectors via JMS, connectors get data f

Re: JMSCorrelationId

2008-10-31 Thread Java Programmer
On Fri, Oct 31, 2008 at 12:19 PM, Tomasz Prus <[EMAIL PROTECTED]> wrote: > hi, > > I have aggregator that aggregate messages from different providers eg. > hotels, flights .. but it aggregate all messages from several > requests. How to implement JMSCorrelationId that aggregator take > messages on

Add attribute to XSLT transformation from JBI header

2008-11-12 Thread Java Programmer
Hello, I have a question about the way how I can add attribute / variable / something else to saxon XSLT transformation (or process after that transformation if isn't possible directly in XSLT). Probabbly better than words would be piece of code: I have got marshaller which allows me to get time w

Poor performance over queues?

2008-11-19 Thread Java Programmer
Hello, We have problem with performance - we use currently 3 service assemblies, which communicate each other. One of them is core system, two other are connectors & XML transformers which returns common object model data, from different webservices. Problem is that between core system and two othe

Re: Poor performance over queues?

2008-11-19 Thread Java Programmer
On Wed, Nov 19, 2008 at 4:16 PM, Ashwin Karpe <[EMAIL PROTECTED]> wrote: > > The reason for piling up of messages on the queue is due to single threaded > consumers connected through a non-pooled connection factory. [cut] Thanks for answer, we've added concurrent consumers and connection factory fr

Failure timeouts

2008-11-26 Thread Java Programmer
Hello, Our system works nearly good when all is working well in it - now we try to code some situations when something goes wrong e.g. remote system go down and we need to timeout clients. We use CXF, so we setup template.setReceiveTimeout(3); where template is org.springframework.jms.core.JmsT