• 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

Listener ports doesn't go down

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

We are using listener ports to connect to jms topcis.
But we there are exceptions in the handling of the incoming messages, the listener ports doens't go down after x tries. It keeps trying to handle the message.
How does the listener ports need to be configured to go down after x tries?

This is our configuration at the moment:
Maximum sessions: 1
Maximum retries: 0
Maximum messages: 1

We are connecting the a JCAPS JMS provider.

Thanks!
 
reply
    Bookmark Topic Watch Topic
  • New Topic