• 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

activemq 5.5 - one dead letter queue per durable subscription

 
Greenhorn
Posts: 22
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello,

I have a topic and 2 subscribers. I want to have 1 dead letter queue for each subscriber to hold the messages that failed processing. The activemq forums and website say that this is feature is available in version 5.5.0. I tried it out but i dont see it working. I have configured a dead letter strategy and I have set destinationPerDurableSubscriber="true" in it.

Has this feature worked for anyone? Any sample working config would be very helpful

Thanks!

reply
    Bookmark Topic Watch Topic
  • New Topic