[jboss-svn-commits] JBL Code SVN: r15010 - in labs/jbossesb/trunk/product/samples/quickstarts: recipient_list and 1 other directories.

jboss-svn-commits at lists.jboss.org jboss-svn-commits at lists.jboss.org
Tue Sep 11 07:28:46 EDT 2007


Author: beve
Date: 2007-09-11 07:28:46 -0400 (Tue, 11 Sep 2007)
New Revision: 15010

Modified:
   labs/jbossesb/trunk/product/samples/quickstarts/fun_cbr/jboss-esb.xml
   labs/jbossesb/trunk/product/samples/quickstarts/recipient_list/jboss-esb.xml
   labs/jbossesb/trunk/product/samples/quickstarts/wiretap/jboss-esb.xml
Log:
work for JBESB-701 "JMS Queue Notifier does not have configured message properties attached".
The turned out to be an issue with the jboss-esb.xml configurations. Have changed the them conf's so that the
messageProp is not enclosed in the queue element:
<target class="NotifyQueues">
	<messageProp name="quickstart" value="regular_output"/>
	<queue jndiName="queue/qswiretap_regular_Request"/>
</target>



Modified: labs/jbossesb/trunk/product/samples/quickstarts/fun_cbr/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/fun_cbr/jboss-esb.xml	2007-09-11 10:21:15 UTC (rev 15009)
+++ labs/jbossesb/trunk/product/samples/quickstarts/fun_cbr/jboss-esb.xml	2007-09-11 11:28:46 UTC (rev 15010)
@@ -78,8 +78,8 @@
    	 				   <NotificationList type="OK"> 
       				     <target class="NotifyConsole" /> <!--  System.out.println -->
 				    	 <target class="NotifyQueues">
+							<messageProp name="quickstart" value="Fun_CBR_Blue_Alert"/>
 				   	       <queue jndiName="queue/quickstart_Fun_CBR_Blue_Alert">
-					         	<messageProp name="quickstart" value="Fun_CBR_Blue_Alert" />
 					       </queue> 
 			 	     	 </target>
 	    		   	   </NotificationList> 
@@ -108,8 +108,8 @@
    	 				   <NotificationList type="OK"> 
       				     <target class="NotifyConsole" /> <!--  System.out.println -->
 				    	 <target class="NotifyQueues">
+							<messageProp name="quickstart" value="Fun_CBR_Red_Alert" />
 				   	       <queue jndiName="queue/quickstart_Fun_CBR_Red_Alert">
-					         	<messageProp name="quickstart" value="Fun_CBR_Red_Alert" />
 					       </queue> 
 			 	     	 </target>
 	    		   	   </NotificationList> 
@@ -144,8 +144,8 @@
    	 				   <NotificationList type="OK"> 
    	 				   <target class="NotifyConsole" />
 				    	 <target class="NotifyQueues">
+							<messageProp name="quickstart" value="Fun_CBR_Green_Alert" />
 				   	       <queue jndiName="queue/quickstart_Fun_CBR_Green_Alert">
-					         	<messageProp name="quickstart" value="Fun_CBR_Green_Alert" />
 					       </queue> 
 			 	     	 </target>
 	    		   	   </NotificationList> 

Modified: labs/jbossesb/trunk/product/samples/quickstarts/recipient_list/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/recipient_list/jboss-esb.xml	2007-09-11 10:21:15 UTC (rev 15009)
+++ labs/jbossesb/trunk/product/samples/quickstarts/recipient_list/jboss-esb.xml	2007-09-11 11:28:46 UTC (rev 15010)
@@ -73,8 +73,8 @@
                         <NotificationList type="OK">
                             <target class="NotifyConsole" />
                             <target class="NotifyQueues">
+								<messageProp name="quickstart" value="regular_output" />
                                 <queue jndiName="queue/qsrecipientlist_regular_Request">
-                                    <messageProp name="quickstart" value="regular_output" />
                                </queue>
                            </target>
                        </NotificationList>
@@ -112,8 +112,8 @@
                         <NotificationList type="OK">
                             <target class="NotifyConsole" />
                             <target class="NotifyQueues">
+								<messageProp name="quickstart" value="extra_output1" />
                                 <queue jndiName="queue/qsrecipientlist_1_Request">
-                                    <messageProp name="quickstart" value="extra_output1" />
                                </queue>
                            </target>
                        </NotificationList>
@@ -135,8 +135,8 @@
                         <NotificationList type="OK">
                             <target class="NotifyConsole" />
                             <target class="NotifyQueues">
+								<messageProp name="quickstart" value="extra_output2" />
                                 <queue jndiName="queue/qsrecipientlist_2_Request">
-                                    <messageProp name="quickstart" value="extra_output2" />
                                </queue>
                            </target>
                        </NotificationList>

Modified: labs/jbossesb/trunk/product/samples/quickstarts/wiretap/jboss-esb.xml
===================================================================
--- labs/jbossesb/trunk/product/samples/quickstarts/wiretap/jboss-esb.xml	2007-09-11 10:21:15 UTC (rev 15009)
+++ labs/jbossesb/trunk/product/samples/quickstarts/wiretap/jboss-esb.xml	2007-09-11 11:28:46 UTC (rev 15010)
@@ -73,9 +73,8 @@
                         <NotificationList type="OK">
                             <target class="NotifyConsole" />
                             <target class="NotifyQueues">
-                                <queue jndiName="queue/qswiretap_regular_Request">
-                                    <messageProp name="quickstart" value="regular_output" />
-                               </queue>
+								<messageProp name="quickstart" value="regular_output"/>
+                                <queue jndiName="queue/qswiretap_regular_Request"/>
                            </target>
                        </NotificationList>
                     </property>
@@ -96,9 +95,8 @@
                     <NotificationList type="OK">
                         <target class="NotifyConsole" />   
                         <target class="NotifyQueues">
-                           <queue jndiName="queue/qswiretap_wire_out_Request">
-                                <messageProp name="quickstart" value="wiretap_output" />
-                           </queue>
+							<messageProp name="quickstart" value="wiretap_output" />
+                           <queue jndiName="queue/qswiretap_wire_out_Request"/>
                        </target>
                    </NotificationList>
                 </property>




More information about the jboss-svn-commits mailing list