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
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