Space character inserted before subscriptionID in durable subscription info
---------------------------------------------------------------------------
Key: AMQ-2654
URL: https://issues.apache.org/activemq/browse/AMQ-2654
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.3.0
Reporter: Stan Lewis
Priority: Trivial
Attachments: patch.txt
When you check out the ObjectName of a durable subscription there's a space
between "Durable" and subscriptionID:
{code}
org.apache.activemq:BrokerName=localhost,Type=Subscription,persistentMode=Durable,
subscriptionID=James,destinationType=Topic
{code}
This patch removes that space.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.