<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<html>
<body link="#355491" alink="#4262a1" vlink="#355491" style="background: #e2e2e2; margin: 0; padding: 20px;">

<div>
        <table cellpadding="0" bgcolor="#FFFFFF" border="0" cellspacing="0" style="border: 1px solid #dadada; margin-bottom: 30px; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                <tbody>
                        <tr>

                                <td>

                                        <table border="0" cellpadding="0" cellspacing="0" bgcolor="#FFFFFF" style="border: solid 2px #ccc; background: #dadada; width: 100%; -moz-border-radius: 6px; -webkit-border-radius: 6px;">
                                                <tbody>
                                                        <tr>
                                                                <td bgcolor="#000000" valign="middle" height="58px" style="border-bottom: 1px solid #ccc; padding: 20px; -moz-border-radius-topleft: 3px; -moz-border-radius-topright: 3px; -webkit-border-top-right-radius: 5px; -webkit-border-top-left-radius: 5px;">
                                                                        <h1 style="color: #333333; font: bold 22px Arial, Helvetica, sans-serif; margin: 0; display: block !important;">
                                                                        <!-- To have a header image/logo replace the name below with your img tag -->
                                                                        <!-- Email clients will render the images when the message is read so any image -->
                                                                        <!-- must be made available on a public server, so that all recipients can load the image. -->
                                                                        <a href="https://community.jboss.org/index.jspa" style="text-decoration: none; color: #E1E1E1">JBoss Community</a></h1>
                                                                </td>

                                                        </tr>
                                                        <tr>
                                                                <td bgcolor="#FFFFFF" style="font: normal 12px Arial, Helvetica, sans-serif; color:#333333; padding: 20px;  -moz-border-radius-bottomleft: 4px; -moz-border-radius-bottomright: 4px; -webkit-border-bottom-right-radius: 5px; -webkit-border-bottom-left-radius: 5px;"><h3 style="margin: 10px 0 5px; font-size: 17px; font-weight: normal;">
    Re: Problem upgrading to JBoss Messaging from 1.4.3 to 1.4.5 in JBoss 5.1
</h3>
<span style="margin-bottom: 10px;">
    created by <a href="https://community.jboss.org/people/niteshmehta">Nitesh Mehta</a> in <i>JBoss Messaging</i> - <a href="https://community.jboss.org/message/777523#777523">View the full discussion</a>
</span>
<hr style="margin: 20px 0; border: none; background-color: #dadada; height: 1px;">

<div class="jive-rendered-content"><p style="margin-bottom: .0001pt;"><span style="font-size: 10pt; font-family: Arial, sans-serif;">OK, I thing I got it.</span></p><p><span style="font-size: 10pt; font-family: Arial, sans-serif;">Although Code of </span></p><pre class="jive-pre"><code class="jive-code jive-java">org.jboss.jms.server.ServerPeer
</code></pre><p><span style="font-size: 10pt; font-family: Arial, sans-serif;"> class look almost similar</span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p style="margin-bottom: .0001pt;"><span style="font-size: 10pt; font-family: Arial, sans-serif;">But when I compared&#160; /xmdesc/ServerPeer-xmbean.xml file I found that </span></p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code jive-xml">&#160; <span class="jive-xml-tag">&lt;attribute access="read-write" getMethod="getSecurityStore" setMethod="setSecurityStore"&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;description&gt;</span>The SecurityStore implementation for the server.<span class="jive-xml-tag">&lt;/description&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;name&gt;</span>SecurityStore<span class="jive-xml-tag">&lt;/name&gt;</span>
 <span class="jive-xml-tag">&lt;type&gt;</span>org.jboss.jms.server.SecurityStore<span class="jive-xml-tag">&lt;/type&gt;</span>
&#160;&#160; <span class="jive-xml-tag">&lt;/attribute&gt;</span>
</code></pre><p>Does not exist in JBM 1.4.5</p><p>Whereas two new attributes</p><pre class="jive-pre"><code class="jive-code jive-xml">&#160;&#160; <span class="jive-xml-tag">&lt;attribute access="read-write" getMethod="getSecurityDomain" setMethod="setSecurityDomain"&gt;</span>
 <span class="jive-xml-tag">&lt;description&gt;</span>The Security Domain to be used by the Server Peer<span class="jive-xml-tag">&lt;/description&gt;</span>
 <span class="jive-xml-tag">&lt;name&gt;</span>SecurityDomain<span class="jive-xml-tag">&lt;/name&gt;</span>
 <span class="jive-xml-tag">&lt;type&gt;</span>java.lang.String<span class="jive-xml-tag">&lt;/type&gt;</span>
&#160;&#160; <span class="jive-xml-tag">&lt;/attribute&gt;</span>

&#160;&#160; <span class="jive-xml-tag">&lt;attribute access="read-write" getMethod="getDefaultSecurityConfig" setMethod="setDefaultSecurityConfig"&gt;</span>
 <span class="jive-xml-tag">&lt;description&gt;</span>The Security config to use when the destination does not supply any<span class="jive-xml-tag">&lt;/description&gt;</span>
 <span class="jive-xml-tag">&lt;name&gt;</span>DefaultSecurityConfig<span class="jive-xml-tag">&lt;/name&gt;</span>
 <span class="jive-xml-tag">&lt;type&gt;</span>org.w3c.dom.Element<span class="jive-xml-tag">&lt;/type&gt;</span>
&#160;&#160; <span class="jive-xml-tag">&lt;/attribute&gt;</span>
</code></pre><p>has been added. These two attributes (DefaultSecurityConfig, SecurityDomain ) was part of SecurityStore bean @see SecurityStore bean above.</p><p>I copied these two entries directly into ServerPeer mbean</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><p>Now myServerPeer mbean&#160; looks something like</p><p style="min-height: 8pt; height: 8pt; padding: 0px;">&#160;</p><pre class="jive-pre"><code class="jive-code jive-xml"><span class="jive-xml-tag">&lt;mbean code="org.jboss.jms.server.ServerPeer"
&#160;&#160;&#160;&#160;&#160; name="jboss.messaging:service=ServerPeer"
&#160;&#160;&#160;&#160;&#160; xmbean-dd="xmdesc/ServerPeer-xmbean.xml"&gt;</span>








&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-comment">&lt;!-- The unique id of the server peer - in a cluster each node MUST have a unique value - must be an integer --&gt;








&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="ServerPeerID"&gt;</span>${jboss.messaging.ServerPeerID:0}<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The default JNDI context to use for queues when they are deployed without specifying one --&gt; 


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="DefaultQueueJNDIContext"&gt;</span>/queue<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The default JNDI context to use for topics when they are deployed without specifying one --&gt; 


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="DefaultTopicJNDIContext"&gt;</span>/topic<span class="jive-xml-tag">&lt;/attribute&gt;</span>








&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="PostOffice"&gt;</span>jboss.messaging:service=PostOffice<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The default Dead Letter Queue (DLQ) to use for destinations.
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; This can be overridden on a per destinatin basis --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="DefaultDLQ"&gt;</span>jboss.messaging.destination:service=Queue,name=DLQ<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The default maximum number of times to attempt delivery of a message before sending to the DLQ (if configured).
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; This can be overridden on a per destinatin basis --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="DefaultMaxDeliveryAttempts"&gt;</span>10<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The default Expiry Queue to use for destinations. This can be overridden on a per destinatin basis --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="DefaultExpiryQueue"&gt;</span>jboss.messaging.destination:service=Queue,name=ExpiryQueue<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The default redelivery delay to impose. This can be overridden on a per destination basis --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="DefaultRedeliveryDelay"&gt;</span>10000<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The periodicity of the message counter manager enquiring on queues for statistics --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="MessageCounterSamplePeriod"&gt;</span>5000<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The maximum amount of time for a client to wait for failover to start on the server side after
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; it has detected failure --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="FailoverStartTimeout"&gt;</span>60000<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The maximum amount of time for a client to wait for failover to complete on the server side after
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; it has detected failure --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="FailoverCompleteTimeout"&gt;</span>300000<span class="jive-xml-tag">&lt;/attribute&gt;</span>








&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="StrictTck"&gt;</span>false<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The maximum number of days results to maintain in the message counter history --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="DefaultMessageCounterHistoryDayLimit"&gt;</span>-1<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- The name of the connection factory to use for creating connections between nodes to pull messages --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="ClusterPullConnectionFactoryName"&gt;</span>jboss.messaging.connectionfactory:service=ClusterPullConnectionFactory<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- When redistributing messages in the cluster. Do we need to preserve the order of messages received
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; by a particular consumer from a particular producer? --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="DefaultPreserveOrdering"&gt;</span>false<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- Max. time to hold previously delivered messages back waiting for clients to reconnect after failover --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="RecoverDeliveriesTimeout"&gt;</span>300000<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; &lt;!-- Set to true to enable message counters that can be viewed via JMX --&gt;


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="EnableMessageCounters"&gt;</span>false<span class="jive-xml-tag">&lt;/attribute&gt;</span>


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="SuckerPassword"&gt;</span>${queues.database.password}<span class="jive-xml-tag">&lt;/attribute&gt;</span>
&#160; 
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;<span class="jive-xml-tag">&lt;attribute name="SecurityDomain"&gt;</span>messaging<span class="jive-xml-tag">&lt;/attribute&gt;</span>
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="DefaultSecurityConfig"&gt;</span>
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; &lt;![CDATA[
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;security&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;role name="guest" read="true" write="true" create="true"/&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/security&gt;</span>
&#160;&#160;&#160;&#160;&#160;&#160;&#160;&#160; ]]&gt;
&#160;&#160;&#160;&#160; &#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;/attribute&gt;</span>
&#160;&#160;&#160;&#160;&#160; &lt;!-- The name of the server aspects configuration resource
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="ServerAopConfig"&gt;</span>aop/jboss-aop-messaging-server.xml<span class="jive-xml-tag">&lt;/attribute&gt;</span>
&#160;&#160;&#160;&#160;&#160; --&gt;
&#160;&#160;&#160;&#160;&#160; &lt;!-- The name of the client aspects configuration resource
&#160;&#160;&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;attribute name="ClientAopConfig"&gt;</span>aop/jboss-aop-messaging-client.xml<span class="jive-xml-tag">&lt;/attribute&gt;</span>
&#160;&#160;&#160;&#160;&#160; --&gt;</span>








&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;depends optional-attribute-name="PersistenceManager"&gt;</span>jboss.messaging:service=PersistenceManager<span class="jive-xml-tag">&lt;/depends&gt;</span>


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;depends optional-attribute-name="JMSUserManager"&gt;</span>jboss.messaging:service=JMSUserManager<span class="jive-xml-tag">&lt;/depends&gt;</span>


&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;depends&gt;</span>jboss.messaging:service=Connector,transport=bisocket<span class="jive-xml-tag">&lt;/depends&gt;</span>
&#160;&#160;&#160;&#160;&#160; <span class="jive-xml-tag">&lt;depends&gt;</span>jboss.messaging:service=SecurityStore<span class="jive-xml-tag">&lt;/depends&gt;</span>
&#160;&#160; <span class="jive-xml-tag">&lt;/mbean&gt;</span>
</code></pre></div>

<div style="background-color: #f4f4f4; padding: 10px; margin-top: 20px;">
    <p style="margin: 0;">Reply to this message by <a href="https://community.jboss.org/message/777523#777523">going to Community</a></p>
        <p style="margin: 0;">Start a new discussion in JBoss Messaging at <a href="https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2042">Community</a></p>
</div></td>
                        </tr>
                    </tbody>
                </table>


                </td>
            </tr>
        </tbody>
    </table>

</div>

</body>
</html>