• 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

guaranteed data delivery on top of xml based asynchronous communication

 
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can any body help me for finding out any algorithm which can give guarantee of data delivery on top of xml based asynchronous communication . thanking u.
 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Prakhar, welcome to JavaRanch

I'm sorry, I don't understand the question. Can you explain in more detail on what you are trying to do?
 
best scout
Posts: 1294
Scala IntelliJ IDE Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Without knowing any details JMS based messaging (a service offered by a JBoss server) seems to be a good idea for this use case. It allows some delivery guarantees for messages (which can contain XML if that's what you need). For example you can implement asynchronous delivery acknowledgement or something like that.

But without any context for your problem this only a guess.

Marco
 
prakhar sharma
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
here i am sending you my problem statement as attachment .if any one can help me? please help..
 
prakhar sharma
Greenhorn
Posts: 4
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
can anyone tell me how to deploy simple message say hello on jboss 5.1 GA step by step form how to create and where to deploy.
 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator

can anyone tell me how to deploy simple message say hello on jboss 5.1 GA step by step form how to create and where to deploy.


Grab chapter 1 from JBoss in Action (it's free), it goes through creating a deploying a simple hello app.
 
reply
    Bookmark Topic Watch Topic
  • New Topic