Re: Re: News on front page about new website and documentation

2018-03-13 Thread Claus Ibsen
On Fri, Mar 9, 2018 at 1:47 AM, Sascha Dirbach wrote: > Hi > > Am 06.03.2018 um 10:48 schrieb Claus Ibsen: >> >> Anyone wanna help with that? > > > I would also be interested on helping. > > Is there already a channel to coordinate that work? > We will talk on this @dev mailing list on ASF, then

Apache CAmel to IMB MQ - JMSDestination

2018-03-13 Thread Gupta Bharat
Hello, Issue: I am routing a message from active mq topic to Ibm mq queue, using Apache camel as the medium between these two. Apache camel is used for intermediate routing and for transformations. I am setting JMSDestination in message header as some topic name(eg: FMP/1.0/a/bguxmb). But when mes

Re: [VOTE] Release Apache Camel 2.21.0

2018-03-13 Thread Gary Brown
+1 (non-binding) Tested OpenTracing example. On Mon, Mar 12, 2018 at 9:18 PM, Alex Dettinger wrote: > +1 (non-binding) > > Thanks Gregor > > On Mon, Mar 12, 2018 at 9:46 AM, Jean-Baptiste Onofré > wrote: > > > +1 (binding) > > > > Tested with couple of projects/PoC without problem. > > > > Tha

Usage of SocketFactory#createSocket(String host, int port)

2018-03-13 Thread Pascal Schumacher
Hello everybody, took a look at the camel-smpp source code and noticed that is using javax.net.SocketFactory#createSocket(String host, int port) which "creates a socket and connects it to the specified port number at the specified address" according to the javadoc. As Socket#setSoTimeout is