• 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

Problem in using durabl subscribers

 
Greenhorn
Posts: 10
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
I am facing a strange problem. I am using JBoss App Server as JMS provider. I have a client which is nothing but a durable subscriber(consumer). I am registering the client with a client ID that is generated dynamically everytime the client comes up. Also the consumer has some message selectors. Assume this client is not running and any other client is publishing message for this clinet. When this durable subscriber client comes up, it is not receiving the message. If the client is active when the message is published, it is receiving and processing the message( It is behaving like a non-durable subscriber). I don't know why this problem is happening. Does it have something to do with client ID?? Any help in this regard will be highly appreciated. You can also reach me through my mail id ( issac.abbas@wipro.com).
Thanx
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic