• 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

Capture message acknowledgement in JMS

 
Greenhorn
Posts: 25
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Iam new to JMS.correct me if I am wrong.
I beleive that the message acknowledgement is a contract between the provider
and the subscriber.Therefore the message if acknowledged by the client will be captured at the provider end.
Can i explicitly capture the acknowledgement somehow and display it,
if my application is standalone and i myself am the creator of both the subscriber and the publisher.
(assumption - any of the three acknowledgements) .
Or is it vendor specific and the developer as such can never be sure .
reply
    Bookmark Topic Watch Topic
  • New Topic