Hi,

Not sure if you're familiar with Apache Camel [1], but you could create a
simple Camel route that does the following:

1) reads from a JMS queue (using the camel-jms or activemq-camel components)
2) executes the body of the JMS message as a shell command using the
camel-exec [2] component

Probably an interesting project, despite the obvious security concerns such
a mechanism raises ;)

[1] http://camel.apache.org
[2] http://camel.apache.org/exec.html

Regards,

*Raúl Kripalani*
Apache Camel Committer
Enterprise Architect, Program Manager, Open Source Integration specialist
http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani
http://blog.raulkr.net | twitter: @raulvk <http://twitter.com/raulvk>

On Thu, Nov 8, 2012 at 9:15 AM, c031917 <peter.m...@knorr-bremse.com> wrote:

> I need shell access to a remote, mobile broker/router with dynamic IP
> adresses.
>
> On the backend side there is a second broker/router, creating a network of
> brokers.
>
> XMPP + Jabber examples only talk to the broker itself, not the OS behind
> it.
>
> Would it be possible to get a remote shell, using messaging as a
> transparent
> layer ?
>
> Peter
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/Remote-Shell-via-AMQ-possible-tp4659008.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>

Reply via email to