Signature typo shows off in JMX MBean view and problem with resubscribing to durable topic
+ PATCH
--------------------------------------------------------------------------------------------------
Key: AMQ-1150
URL: https://issues.apache.org/activemq/browse/AMQ-1150
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Environment: Testing against current SVN version with Java1.5 on Linux
Reporter: Tom Vijlbrief
Attachments: mbean.png, SubscriptionPatch.txt
I had a problem with durable topics. Scenario: a durable topic client is interrupted (CTRL-C)
while it is
fetching messages from the topic. When the client is restarted it does not receive the remaining
messages!
After stopping the broker and restarting it, the remaining messages will be delivered when
the client
is restarted, so they are not lost.
While investigating this I found that there is a typo in the signature of various methods
(subcription instead of subScription).
This typo is visible in the MBeans jconsole environment. (see screendump)
I created a patch for this (see attachment) and surprise,
I cannot reproduce the durable topic problem...
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.
|