Hi,
it looks like the message body is null when you call the ssh endpoint.
Do you set a command to the message body before calling the endpoint like:
.from("direct:a")
.setBody().constant("ls -la")
.to("ssh:");
regards Marco
Am 28.11.2013 19:55, schrieb mayank.gupta:
Dear All ,
I doing
Mayank,
What version of Camel are you running? Can you send your route snippet that
calls the camel-ssh component?
>From the log, it looks like it connected correctly, but there may not have
been a command to run in the body of the message or configured in the
endpoint URI...
Scott
On Thu, Nov