1 Reply Latest reply on Oct 29, 2012 6:56 AM by davsclaus

    multi threaded activemq producer via camel jetty route

    somasek

      Hi,

               I have a camel route

      from("jetty:http://0.0.0.0:8087/url1").to("activemq:queue:queue1)

       

      and i want to use this to log persistent messages.

       

      How do i achieve multithreaded message producer through this route. Is this multithreaded by default?

      Basically, i want to send persistent messages to broker in parallel since many httpclients are sending messages to this jetty endpoint.