You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Ken Giusti (JIRA)" <ji...@apache.org> on 2011/03/07 21:01:59 UTC

[jira] Commented: (QPID-3122) backward compatibility problem with 0.9 agents

    [ https://issues.apache.org/jira/browse/QPID-3122?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13003548#comment-13003548 ] 

Ken Giusti commented on QPID-3122:
----------------------------------

There's a change introduced to the python console by this patch that doesn't appear to be related:

@@ -2416,7 +2427,7 @@
       if uid.__class__ == tuple and len(uid) == 2:
         self.saslUser = uid[1]
       else:
-        self.saslUser = None
+        self.saslUser = self.authUser
 
       # prevent topic queues from filling up (and causing the agents to
       # disconnect) by discarding the oldest queued messages when full.


Is this related?

> backward compatibility problem with 0.9 agents
> ----------------------------------------------
>
>                 Key: QPID-3122
>                 URL: https://issues.apache.org/jira/browse/QPID-3122
>             Project: Qpid
>          Issue Type: Bug
>          Components: Qpid Managment Framework
>    Affects Versions: 0.8
>            Reporter: Ted Ross
>            Assignee: Ted Ross
>            Priority: Minor
>             Fix For: 0.10
>
>
> The QMF console needs to accept older agent-map keywords as well as the newer ones.
> The attributes advertised in the agent heartbeat include the following keys that were changed in 0.10 for consistency:
> "timestamp" => "_timestamp"
> "heartbeat_interval" => "_heartbeat_interval"
> "epoch" => "_epoch"

--
This message is automatically generated by JIRA.
For more information on JIRA, see: http://www.atlassian.com/software/jira

---------------------------------------------------------------------
Apache Qpid - AMQP Messaging Implementation
Project:      http://qpid.apache.org
Use/Interact: mailto:dev-subscribe@qpid.apache.org