Netty4 UDT

2015-10-15 Thread Giordano, Michael
Does camel support the UDT protocol under Netty4? If it does, is anyone aware of a web page or other resource I can consult? Thanks, Mike G. This communication, along with its attachments, is considered confidential and proprietary to Vistronix. It is intended only for the use of the person(s)

RE: Netty4 UDT

2015-10-16 Thread Giordano, Michael
://camel.apache.org/netty4 On Thu, Oct 15, 2015 at 10:39 PM, Giordano, Michael <michael.giord...@vistronix.com> wrote: > Does camel support the UDT protocol under Netty4? > > If it does, is anyone aware of a web page or other resource I can consult? > > Thanks, > Mike G. >

Acceptable Splitter pattern

2015-09-04 Thread Giordano, Michael
New rider here ... please be gentle :-) ... making my way through the Manning book (a highly recommended publication for beginners!) ... read through section 8.3 but still didn't find the answer I'm looking for. I plan on writing a splitter bean that will extract multiple messages (using a

RE: ProducerTemplate using netty4 component

2017-01-26 Thread Giordano, Michael
You could log an issue as it is perhaps a bug? On Thu, Jan 26, 2017 at 3:32 PM, Giordano, Michael [via Camel] < ml-node+s465427n5793087...@n5.nabble.com> wrote: > Yes except the error message changes to > > Failed to resolve endpoint: tcp://10.18.2.161:6509 due to: No > comp

RE: ProducerTemplate using netty4 component

2017-01-26 Thread Giordano, Michael
Subject: Re: ProducerTemplate using netty4 component Hmm strange, do you get the same error if you switch from udp to tcp just for the sake of it? On Wed, Jan 25, 2017 at 11:20 PM, Giordano, Michael [via Camel] < ml-node+s465427n5793064...@n5.nabble.com> wrote: > I am running into an issue w

ProducerTemplate using netty4 component

2017-01-25 Thread Giordano, Michael
I am running into an issue when I use the netty4 component with a ProducerTemplate. Processor bean : @EndpointInject(uri="netty4:udp://10.18.2.161:6509") private ProducerTemplate producerTemplate; When Spring Boot tries to create the bean, I get this error message : Failed to resolve