]
Ovidiu Feodorov closed JBMESSAGING-764.
---------------------------------------
Resolution: Duplicate Issue
New failover update map code does not use MessagingMarshallable.
----------------------------------------------------------------
Key: JBMESSAGING-764
URL:
http://jira.jboss.com/jira/browse/JBMESSAGING-764
Project: JBoss Messaging
Issue Type: Bug
Reporter: Tim Fox
Assigned To: Tim Fox
Fix For: 1.2.0.CR1
The new failover update map code does not use MessagingMarshallable to transport it's
data from server to client, so won't be able to be versioned.
CallbackManager:
if (parameter instanceof MessagingMarshallable)
{
MessagingMarshallable mm = (MessagingMarshallable)parameter;
...
}
else if (parameter instanceof ConnectionFactoryUpdateMessage)
{
...
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: