• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

JMS vs SSH file transfer

 
Ranch Hand
Posts: 164
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I have an application where I have to transfer files from one unix box to another.
I have option of doing it using SSH encoded file transfer and doing it using JMS. I would like to know the pros and cons of both the approaches.
One thing is that if I do it using SSH there will always be a problem of keys getting lost. Also wanted to know whether there would be speed differences between both the approaches.

Ohh.. yes.. and I am using ActiveMQ for JMS.
[ October 15, 2005: Message edited by: Kaustubh Patil ]
 
reply
    Bookmark Topic Watch Topic
  • New Topic