public final class CamelClientEndpoint
extends Object
Client that uses the Mesage Endpoint
pattern to easily exchange messages with the Server.
Notice this very same API can use for all components in Camel, so if we were using TCP communication instead
of JMS messaging we could just use camel.getEndpoint("mina:tcp://someserver:port").
Requires that the JMS broker is running, as well as CamelServer