Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations gkittelson on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Publishing JMS messages to Weblogic8.1 assistance needed!

Status
Not open for further replies.

MMVVMM

Programmer
Aug 21, 2003
4
US
Server: Weblogic8.1
IDE: JDeveloper

Problem: When I ".send()" XMLMessage Strings to a Weblogic queue, the "Messages" counter seen in the Weblogic Console view clearly increments accordingly, allowing me to access these messages using a QueueReceiver object's onMessage() method. No problems there.

However, when I .publish() these same messages to a Topic, the Weblogic "Messages" counter isn't incremented...but the "Messages Pending" field is. So far, I'm unable to use a TopicSubscriber object's onMessage() method to view these messages.

Question: Why are my Topic published messages not incrementing in the Messages container, unlike my PTP messages, which increment properly? Any assistance is appreciated!

MMVVMM
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top