• 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
  • Tim Cooke
  • paul wheaton
  • Ron McLeod
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
Bartenders:

Weblogic 7 and MQ series Topics

 
Greenhorn
Posts: 1
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
hello !
I have a requirement in which i have a MDB in Weblogic which has to listen to messages coming in a TOPIC ( not a queue) through MQ series.Now i configured pub/sub and created a default queue manager.I ran runmqbrk e.t.c ..Also my bean in the weblogic is also looking Ok.
When i tested this , i see the debug statement indicating that the publish to the topic is happening , but the MDB is not reacting( i put an SOP inside the onMEssage method ).My DESTINATION-JNDI name in the MDB weblogic-ejb-jar.xml matches with the name of the topic.Also the naming convention used for the topic and topic connection factory i mentioned correctly ( i presume ) as
Topic - > MQ.Topics.(topicName) and factory as MQ.Factories.(factoryName).
Now pls tell me what else do i need to do to make my MDB listen to the topic!
Any methods to verify the topic getting published ? I am not able to see anything in the MQ explorer ! Rather i cant figure out whats happening !
Any help greatly appreciated !
Thanks !
 
Yeah, but is it art? What do you think tiny ad?
Clean our rivers and oceans from home
https://www.kickstarter.com/projects/paulwheaton/willow-feeders
reply
    Bookmark Topic Watch Topic
  • New Topic