• 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
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Developing JMS Store-And-Forward from scratch

 
Greenhorn
Posts: 16
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello everybody.
What would be the best aproach to implement a Store-and-forward (SAF) JMS Client (message producer)? It is required because network downtimes are very frequent and SAF is a must. Unfortunely, the JMS Application Server used does not implement SAF on the client.

The initial aproach is to store the message in the file system and poll the server, when it's up again, send the stored message. This would be an independent Java program (in-house development). I think there would be a best aproach or workaround to solve this important feature. Maybe an open source project.

Thank you in advance.
Regards.
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic