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
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
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
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...@
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