• 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:
  • Tim Cooke
  • Campbell Ritchie
  • paul wheaton
  • Ron McLeod
  • Devaka Cooray
Sheriffs:
  • Jeanne Boyarsky
  • Liutauras Vilda
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Carey Brown
  • Piet Souris
Bartenders:

messages retained by brocker even after client consumes them

 
Ranch Hand
Posts: 196
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi all,

i have created a simple client/server kind of application for sending/receiving jms messages using activemq.
Issue is even client consumes the messages(Queue)......activeMq does not delete those messages.I dont want to apply any message expiration interval. What i want is "If a consumer(Queue) receives a message , broker should delete that message". Please advice.

regards,
Ajse
reply
    Bookmark Topic Watch Topic
  • New Topic