Use netty4 to retrieve netcat style print jobs and process them

2015-11-23 Thread Garbage
I asked a question on stackoverflow and already got valuable input from Claus Ibsen. But I have doubt if what I am after is feasible. I want to attach a self written program to a legacy application that is able to print to local host connected tcp printer. This can be simulated by using ne

Aw: Re: Efficient transport for remoting behind firewall ?

2013-11-22 Thread Garbage
Thanks for your suggestion.   I think I understand why you go for stomp and mqtt. Stomp being text oriented will be easy to trace and read. Mqtt has its origin in m2m communication and is ideally suited for low bandwidth lines with perhaps not ideal quality. And both are for example supported

Efficient transport for remoting behind firewall ?

2013-11-17 Thread Garbage
Hello, I search an efficient transport for remoting behind a firewall. I need to control several hundred machines in several 100 locations that are all behind a firewall (one firewall for each site). That firewall: - denies incoming connection / opening of ports - allows outgoing connections, be

Re: xmpp uri in camel / naming a JID resource [solved]

2013-06-25 Thread Garbage
I reread the documentation on the XMPP component (http://camel.apache.org/xmpp.html) and rearranged the url from an earlier attempt. It now works, I can use one account and vary it by adding a resource. Here you can find an example: from("stream:in?promptMessage=sachwas:").to("xmpp:installati...@

xmpp uri in camel / naming a hid resource

2013-06-23 Thread Garbage
Hello, I doubt that I understood how to name a jid-resource when using Apache Camel. Perhaps it is not even possible because the xmpp endpoint will take what I intent to be a resource as an participant. format for an xmpp url in camel: xmpp://[login@]hostname[:port][/participant][?Options] for