<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
  <title></title>
</head>
<body bgcolor="#ffffff" text="#000000">
Hi,<br>
<br>
I'm not familiar with JBoss MQ but in JBoss Messaging 1.4 only when a
message has failed to be delivered for certain times (default 10) can
it go to DLQ if present. I think JBoss MQ should have similar meaning.
Can you check with the jboss mq doc to make sure you are using it right?<br>
<br>
Howard<br>
<br>
<br>
Sheeraz Junejo wrote:
<blockquote
 cite="mid:CD840BC2974B67499384EE3F5F15B67D0489D7@gvaex1.europe.temenosgroup.com"
 type="cite">
  <meta http-equiv="Content-Type" content="text/html; ">
  <meta name="Generator" content="Microsoft Word 12 (filtered medium)">
  <style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Wingdings;
        panose-1:5 0 0 0 0 0 0 0 0 0;}
@font-face
        {font-family:Calibri;
        panose-1:2 15 5 2 2 2 4 3 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0cm;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
a:link, span.MsoHyperlink
        {mso-style-priority:99;
        color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {mso-style-priority:99;
        color:purple;
        text-decoration:underline;}
p.MsoListParagraph, li.MsoListParagraph, div.MsoListParagraph
        {mso-style-priority:34;
        margin-top:0cm;
        margin-right:0cm;
        margin-bottom:0cm;
        margin-left:36.0pt;
        margin-bottom:.0001pt;
        font-size:11.0pt;
        font-family:"Calibri","sans-serif";}
span.EmailStyle17
        {mso-style-type:personal-compose;
        font-family:"Calibri","sans-serif";
        color:windowtext;}
.MsoChpDefault
        {mso-style-type:export-only;}
@page Section1
        {size:612.0pt 792.0pt;
        margin:72.0pt 72.0pt 72.0pt 72.0pt;}
div.Section1
        {page:Section1;}
 /* List Definitions */
 @list l0
        {mso-list-id:1902517993;
        mso-list-type:hybrid;
        mso-list-template-ids:2038230956 134807569 134807577 134807579 134807567 134807577 134807579 134807567 134807577 134807579;}
@list l0:level1
        {mso-level-text:"%1\)";
        mso-level-tab-stop:none;
        mso-level-number-position:left;
        text-indent:-18.0pt;}
ol
        {margin-bottom:0cm;}
ul
        {margin-bottom:0cm;}
-->
  </style>
<!--[if gte mso 9]><xml>
 <o:shapedefaults v:ext="edit" spidmax="1026" />
</xml><![endif]--><!--[if gte mso 9]><xml>
 <o:shapelayout v:ext="edit">
  <o:idmap v:ext="edit" data="1" />
 </o:shapelayout></xml><![endif]-->
  <div class="Section1">
  <p class="MsoNormal">Hi,<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">I am hoping to get some answer from this
list(finger
crossed). My question is; How to redirect message to default DLQ?.<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">DLQ here is the one which is created by jBoss
when we start
it as &#8216;run.bat &#8211;b 0.0.0.0 &#8211;c all&#8217; [Note: I want it to
use cluster setup] along with some other queues called A,B,C,D&#8230; with
two
of my queues like RequestQueue and ResponseQueue. When My MDB fail to
post
message to server it gives an exception where I think by default the
message
resides in RequestQueue should get redirected to DLQ [jndi: queue/DLQ]
where
one other MDB is waiting and post message to some other instance of my
server.<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">I have deployed following in my
&#8216;&lt;Jboss_Home&gt;/server/all/deploy&#8217;
directory;<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoListParagraph" style="text-indent: -18pt;"><!--[if !supportLists]--><span
 style="">1)<span
 style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span></span><!--[endif]-->BrowserWeb.war &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <span style="font-family: Wingdings;">&agrave;</span> Successfully deployed
web application
which is putting message on queue and fetching messages back from reply
queue.<o:p></o:p></p>
  <p class="MsoListParagraph" style="text-indent: -18pt;"><!--[if !supportLists]--><span
 style="">2)<span
 style="font-family: &quot;Times New Roman&quot;; font-style: normal; font-variant: normal; font-weight: normal; font-size: 7pt; line-height: normal; font-size-adjust: none; font-stretch: normal;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span></span><!--[endif]-->Jremote-ra.rar&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <span style="font-family: Wingdings;">&agrave;</span> Successfully deployed
resource adapter
which provides connectivity to the database server on port <b>&#8216;20005&#8217;</b>
using first connection factory in <b>&#8216;server-ds.xml&#8217;</b>. If database
server service goes down on port <b>20005</b> my primary <b>MDB</b>
will give
an exception here message should get redirected to jBoss default <b>DLQ</b>
and
my backup <b>MDB_DLQ</b> &nbsp;should read message from <b>DLQ</b> and
will try to
use second connection factory which will try to connect on port <b>&#8216;20003&#8217;</b>
where my database server is alive.<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><b><u>Server-ds.xml (Deployment Descriptor uses
above
resource adaptor)<o:p></o:p></u></b></p>
  <p class="MsoNormal"><b><u><o:p><span style="text-decoration: none;">&nbsp;</span></o:p></u></b></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;?</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">xml</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">version</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">1.0</span>"<span style="color: blue;"> </span><span
 style="color: red;">encoding</span><span style="color: blue;">=</span>"<span
 style="color: blue;">utf-8</span>"<span style="color: blue;">?&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">
================================================================================
  </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;
JBoss Server
Configuration&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;
jRemote resource adapter
deployment for JBoss, configured for local connection&nbsp; </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">
================================================================================
  </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">connection-factories</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">tx-connection-factory</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jca/t24ConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">jndi-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">rar-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jremote-ra.rar<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">rar-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">connection-definition</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">com.jbase.jremote.JConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">connection-definition</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">host</span>"<span style="color: blue;"> </span><span
 style="color: red;">type</span><span style="color: blue;">=</span>"<span
 style="color: blue;">java.lang.String</span>"<span style="color: blue;">&gt;</span>10.44.5.138<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;</span> --&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">port</span>"<span style="color: blue;"> </span><span
 style="color: red;">type</span><span style="color: blue;">=</span>"<span
 style="color: blue;">java.lang.Integer</span>"<span
 style="color: blue;">&gt;</span><b><span style="color: red;">20005</span></b><span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">allowInput</span>"<span style="color: blue;"> </span><span
 style="color: red;">type</span><span style="color: blue;">=</span>"<span
 style="color: blue;">java.lang.Boolean</span>"<span
 style="color: blue;">&gt;</span>true<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">compression</span>"<span style="color: blue;"> </span><span
 style="color: red;">type</span><span style="color: blue;">=</span>"<span
 style="color: blue;">java.lang.Boolean</span>"<span
 style="color: blue;">&gt;</span>true<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">compressionThreshold</span>"<span
 style="color: blue;"> </span><span style="color: red;">type</span><span
 style="color: blue;">=</span>"<span style="color: blue;">java.lang.Integer</span>"<span
 style="color: blue;">&gt;</span>2048<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">pooling
parameters</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">min-pool-size</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">1<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">min-pool-size</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">max-pool-size</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">10<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">max-pool-size</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">prefill</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">true<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">prefill</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">tx-connection-factory</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">tx-connection-factory</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jca/t24ConnectionFactory_DLQ<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">jndi-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">rar-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jremote-ra.rar<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">rar-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">connection-definition</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">com.jbase.jremote.JConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">connection-definition</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">host</span>"<span style="color: blue;"> </span><span
 style="color: red;">type</span><span style="color: blue;">=</span>"<span
 style="color: blue;">java.lang.String</span>"<span style="color: blue;">&gt;</span>10.44.5.138<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;</span> --&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">port</span>"<span style="color: blue;"> </span><span
 style="color: red;">type</span><span style="color: blue;">=</span>"<span
 style="color: blue;">java.lang.Integer</span>"<span
 style="color: blue;">&gt;</span><b><span style="color: red;">20003</span></b><span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">allowInput</span>"<span style="color: blue;"> </span><span
 style="color: red;">type</span><span style="color: blue;">=</span>"<span
 style="color: blue;">java.lang.Boolean</span>"<span
 style="color: blue;">&gt;</span>true<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">compression</span>"<span style="color: blue;"> </span><span
 style="color: red;">type</span><span style="color: blue;">=</span>"<span
 style="color: blue;">java.lang.Boolean</span>"<span
 style="color: blue;">&gt;</span>true<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">compressionThreshold</span>"<span
 style="color: blue;"> </span><span style="color: red;">type</span><span
 style="color: blue;">=</span>"<span style="color: blue;">java.lang.Integer</span>"<span
 style="color: blue;">&gt;</span>2048<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">config-property</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">pooling
parameters<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;&nbsp;
&lt;min-pool-size&gt;1&lt;/min-pool-size&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">max-pool-size</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">10<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">max-pool-size</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&lt;prefill&gt;true&lt;/prefill&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">tx-connection-factory</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">connection-factories</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><b><u>Destination-service.xml (For JMS)<o:p></o:p></u></b></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;?</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">xml</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">version</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">1.0</span>"<span style="color: blue;"> </span><span
 style="color: red;">encoding</span><span style="color: blue;">=</span>"<span
 style="color: blue;">UTF-8</span>"<span style="color: blue;">?&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">
$Id:
jbossmq-destinations-service.xml 25907 2004-11-16 04:32:39Z ejort $ </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;"> <o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;
| This file defines the default
Queues and Topics that JBossMQ<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;
| ships with.&nbsp; The default Queues and
Topics are used by the <o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;
| JBoss test suite and by the sample
jms programs.<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp; |<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;
| You can add other destinations to
this file, or you can create other<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;
| *-service.xml files to contain your
application's destinations.<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">server</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;
&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">
Destination without a configured
SecurityManager or without a <o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
a SecurityConf will default to
role guest with read=true, write=true,<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
create=false.<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp; </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">mbean</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">code</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">org.jboss.mq.server.jmx.Queue</span>"<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">jboss.mq.destination:service=Queue,name=t24OFSQueue</span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">depends</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">optional-attribute-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">DestinationManager</span>"<span
 style="color: blue;">&gt;</span>jboss.mq:service=DestinationManager<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">depends</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">mbean</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">mbean</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">code</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">org.jboss.mq.server.jmx.Queue</span>"<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&nbsp;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">jboss.mq.destination:service=Queue,name=t24OFSReplyQueue</span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">depends</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">optional-attribute-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">DestinationManager</span>"<span
 style="color: blue;">&gt;</span>jboss.mq:service=DestinationManager<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">depends</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">mbean</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp; <o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">server</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;
  <o:p></o:p></span></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><b><u>MDB is a jar file contains following xml
in META-INF<o:p></o:p></u></b></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><b><u>Ejb-jar.xml<o:p></o:p></u></b></p>
  <p class="MsoNormal"><b><u><o:p><span style="text-decoration: none;">&nbsp;</span></o:p></u></b></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;?</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">xml</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">version</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">1.0</span>"<span style="color: blue;"> </span><span
 style="color: red;">encoding</span><span style="color: blue;">=</span>"<span
 style="color: blue;">UTF-8</span>"<span style="color: blue;">?&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">ejb-jar</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">id</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">EJBJar_OfsMessageMDB</span>"<span
 style="color: blue;"> </span><span style="color: red;">version</span><span
 style="color: blue;">=</span>"<span style="color: blue;">2.1</span>"<span
 style="color: blue;"> </span><span style="color: red;">xmlns</span><span
 style="color: blue;">=</span>"<span style="color: blue;"><a class="moz-txt-link-freetext" href="http://java.sun.com/xml/ns/j2ee">http://java.sun.com/xml/ns/j2ee</a></span>"<span
 style="color: blue;"> </span><span style="color: red;">xmlns:xsi</span><span
 style="color: blue;">=</span>"<span style="color: blue;"><a class="moz-txt-link-freetext" href="http://www.w3.org/2001/XMLSchema-instance">http://www.w3.org/2001/XMLSchema-instance</a></span>"<span
 style="color: blue;"> </span><span style="color: red;">xsi:schemaLocation</span><span
 style="color: blue;">=</span>"<span style="color: blue;"><a class="moz-txt-link-freetext" href="http://java.sun.com/xml/ns/j2ee">http://java.sun.com/xml/ns/j2ee</a>
<a class="moz-txt-link-freetext" href="http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd">http://java.sun.com/xml/ns/j2ee/ejb-jar_2_1.xsd</a></span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">display-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">OFSMessage<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">display-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">enterprise-beans</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-driven</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">id</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">MessageDriven_OfsMessageMDB</span>"<span
 style="color: blue;">&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><b><span style="color: red;">&lt;!&#8212;-
Simple message driven bean--&gt;</span><span style="color: blue;"><o:p></o:p></span></b></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">display-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">OFSMessage Bean<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">display-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">ejb-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">OFSMessageMDB<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">ejb-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">ejb-class</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">com.temenos.ofsmessage.mdb.OFSMessageMDB<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">ejb-class</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">messaging-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">javax.jms.MessageListener<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">messaging-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">transaction-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Bean<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">transaction-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-destination-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">javax.jms.Queue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">message-destination-type</span><span
 style="color: blue;">&gt; <o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config-property-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">acknowledgeMode<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">activation-config-property-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config-property-value</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Auto-acknowledge<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">activation-config-property-value</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">id</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">ResourceRef_jmsQueueConnectionFactory</span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">description</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">T24 Queue
Connection Factory<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">description</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jms/jmsConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">javax.jms.QueueConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-auth</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Container<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-auth</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">id</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">ResourceRef_t24ConnectionFactory</span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">description</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">T24 JCA
Connection Factory<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">description</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jca/t24ConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">com.jbase.jremote.JConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-auth</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Container<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-auth</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">id</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">ResourceRef_t24OFSReplyQueue</span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">description</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">OFS reply queue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">description</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">queue/t24OFSReplyQueue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">javax.jms.Queue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-auth</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Container<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-auth</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-driven</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-driven</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">id</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">MessageDriven_OfsMessageMDB_DLQ</span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">display-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">OFSMessage Bean
DLQ<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">display-name</span><span
 style="color: blue;">&gt;&nbsp;&nbsp;&nbsp; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><b><span style="color: red;">&lt;!&#8212;-DLQ
message driven bean--&gt;</span></b><span style="color: blue;"> <o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">ejb-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">OFSMessageMDB_DLQ<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">ejb-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">ejb-class</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">com.temenos.ofsmessage.mdb.OFSMessageMDB<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">ejb-class</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">messaging-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">javax.jms.MessageListener<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">messaging-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">transaction-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Bean<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">transaction-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-destination-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">javax.jms.Queue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">message-destination-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config-property-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">acknowledgeMode<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">activation-config-property-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config-property-value</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Auto-acknowledge<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">activation-config-property-value</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config-property</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">activation-config</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">id</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">ResourceRef_jmsQueueConnectionFactory_DLQ</span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">description</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">T24 Queue
Connection Factory<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">description</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jms/jmsConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">javax.jms.QueueConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-auth</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Container<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-auth</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">id</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">ResourceRef_t24ConnectionFactory_DLQ</span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">description</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">T24 JCA
Connection Factory<span style="color: blue;">&lt;/</span><span
 style="color: rgb(163, 21, 21);">description</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jca/t24ConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">com.jbase.jremote.JConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-auth</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Container<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-auth</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">id</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">ResourceRef_t24OFSReplyQueue_DLQ</span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">description</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">OFS reply queue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">description</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">queue/t24OFSReplyQueue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-type</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">javax.jms.Queue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-type</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-auth</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">Container<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-auth</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-driven</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">enterprise-beans</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">ejb-jar</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><b><u>Jboss.xml<o:p></o:p></u></b></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;?</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">xml</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">version</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">=</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">1.0</span>"<span style="color: blue;"> </span><span
 style="color: red;">encoding</span><span style="color: blue;">=</span>"<span
 style="color: blue;">UTF-8</span>"<span style="color: blue;">?&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">DOCTYPE</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"> </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: red;">jboss</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">
PUBLIC </span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;">-//JBoss//DTD JBOSS 4.0//EN</span>"<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  </span><span style="font-size: 10pt; font-family: &quot;Courier New&quot;;">"<span
 style="color: blue;"><a class="moz-txt-link-freetext" href="http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd">http://www.jboss.org/j2ee/dtd/jboss_4_0.dtd</a></span>"<span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jboss</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">enterprise-beans</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-driven</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">ejb-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">OFSMessageMDB<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">ejb-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">destination-jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">queue/t24OFSQueue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">destination-jndi-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jms/jmsConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">java:/ConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">jndi-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">queue/t24OFSReplyQueue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;res-type&gt;javax.jms.Queue&lt;/res-type&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">queue/t24OFSReplyQueue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">jndi-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jca/t24ConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">java:jca/t24ConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">jndi-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;res-type&gt;com.jbase.jremote.JConnectionFactory&lt;/res-type&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-driven</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  <o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-driven</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">ejb-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">OFSMessageMDB_DLQ<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">ejb-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">destination-jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">queue/DLQ<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">destination-jndi-name</span><span
 style="color: blue;">&gt;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; </span><b><span style="color: red;">&lt;!&#8212;Default
DL Queue Refrenece --&gt;</span></b><span style="color: blue;"><o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jms/jmsConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">java:/ConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">jndi-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">queue/t24OFSReplyQueue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&lt;res-type&gt;javax.jms.Queue&lt;/res-type&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">queue/t24OFSReplyQueue<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">jndi-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">res-ref-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">jca/t24ConnectionFactory<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">res-ref-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jndi-name</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;;">java:jca/t24ConnectionFactory_DLQ<span
 style="color: blue;">&lt;/</span><span style="color: rgb(163, 21, 21);">jndi-name</span><span
 style="color: blue;">&gt;<o:p></o:p></span></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;!--</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: green;">&lt;res-type&gt;com.jbase.jremote.JConnectionFactory&lt;/res-type&gt;</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">--&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">resource-ref</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">message-driven</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal" style=""><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&nbsp;&nbsp;&nbsp;
&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">enterprise-beans</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&lt;/</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: rgb(163, 21, 21);">jboss</span><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;">&gt;<o:p></o:p></span></p>
  <p class="MsoNormal"><span
 style="font-size: 10pt; font-family: &quot;Courier New&quot;; color: blue;"><o:p>&nbsp;</o:p></span></p>
  <p class="MsoNormal">Is Something missing in here because I can not
see any
message redirection to DLQ. If you require any other information about
my setup
please let me know. Your response and help will be appreciated.<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal">Regards,<o:p></o:p></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  <p class="MsoNormal"><b><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(0, 83, 149);"
 lang="EN-US">--<o:p></o:p></span></b></p>
  <p class="MsoNormal"><b><span
 style="font-size: 10pt; font-family: &quot;Arial&quot;,&quot;sans-serif&quot;; color: rgb(0, 83, 149);"
 lang="EN-US">Sheeraz Junejo</span></b><span lang="EN-US"><o:p></o:p></span></p>
  <p class="MsoNormal"><o:p>&nbsp;</o:p></p>
  </div>
  <pre>Disclaimer:
If you have received this e-mail in error please notify the sender. 
Please note that any views or opinions presented in this e-mail are solely 
those of the author and do not necessarily represent those of TEMENOS. 
We recommend that you check this e-mail and any attachments against viruses. 
TEMENOS accepts no liability for any damage caused by any malicious code 
or virus transmitted by this e-mail.

<pre wrap="">
<hr size="4" width="90%">
_______________________________________________
jboss-development mailing list
<a class="moz-txt-link-abbreviated" href="mailto:jboss-development@lists.jboss.org">jboss-development@lists.jboss.org</a>
<a class="moz-txt-link-freetext" href="https://lists.jboss.org/mailman/listinfo/jboss-development">https://lists.jboss.org/mailman/listinfo/jboss-development</a>
</pre></pre>
</blockquote>
<br>
</body>
</html>