• 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

Delivery of message in jms to multiple clients

 
Ranch Hand
Posts: 418
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
**Now,I am using queues in jms which are already configurred in server.
But,for n users it will be difficult to maintain n queues in server.So,
***Should i go towards creating and using Temporary Queues(I am trying to code for Temporary queues continuously but not at some final result,so plz tell how sender will tell receiver about his queue and how receiver will reply in sender's particular queue.
***How much it will be feasible if single queue is used by all clients(both senders and receivers).
Thanx in advance
 
Ranch Hand
Posts: 129
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hhmm.... it was little bit too much to digest everything

ok, from what i understood, why don't you use Topic(Publish and Subscribe)

You post your message in the Topic and everybody can listen to the message

it's like one-to-many
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic