From 74f973f9b8aaa0aedc9e7c3b2505357aae8e614a Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Mon, 5 Jul 2010 20:12:08 +0000 Subject: Defer delivery of messages in cluster-unsafe context. Messages enqueued in a cluster-safe context are synchronized across the cluster. However some messages are delivered in a cluster-unsafe context, for example raising a link established event occurs the connection thread of the establishing connection. This fix deferrs such messages by multicasting them so they can be re-delived in a cluster safe context. See https://bugzilla.redhat.com/show_bug.cgi?id=611543 git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@960681 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/xml/cluster.xml | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'cpp/xml/cluster.xml') diff --git a/cpp/xml/cluster.xml b/cpp/xml/cluster.xml index 30cd159dd3..ecd4515558 100644 --- a/cpp/xml/cluster.xml +++ b/cpp/xml/cluster.xml @@ -110,6 +110,12 @@ + + + + + + -- cgit v1.2.1