RemoveSubscriptionInfo has incorrect openwire annotation in its header
----------------------------------------------------------------------
Key: AMQ-1284
URL: https://issues.apache.org/activemq/browse/AMQ-1284
Project: ActiveMQ
Issue Type: Bug
Components: Broker
Affects Versions: 5.0.0
Reporter: Timothy Bish
Assignee: Timothy Bish
Priority: Minor
Fix For: 5.0.0
The RemoveSubscriptionInfo Openwire command has the wrong annotation in its
header for the type of openwire command.
Currently its
@openwire:marshaller command="9"
Should be:
@openwire:marshaller code="9"
This affects the clients that have commands generated using the openwire
generator as they send in a command with an invalid command ID.
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.