• 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

a question about JMS + MDB..

 
Ranch Hand
Posts: 1561
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi guys. I have a standalone application that publishes messages to a topic. I'm using OpenJMS. I have another java application that connects to the JMS and retrieves the messages.
Now I'm trying to migrate the application to the J2EE environment, using Message Driven Beans (MDB). The question is:
1o.)if I'm publishing 1 message to a topic and the topic has many subscribers, how do I know how many subscribers there are? I need to get information about a subscriber (the mobile number) and send an SMS message to them, but I'm not quite sure how the OnMessage method of the MDB works..
any ideas..
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic