Author: jstrachan
Date: Tue Jun 20 03:04:30 2006
New Revision: 415596

URL: http://svn.apache.org/viewvc?rev=415596&view=rev
Log:
Latest export from confluence

Modified:
    incubator/activemq/site/structured-message-properties-and-mapmessages.html

Modified: 
incubator/activemq/site/structured-message-properties-and-mapmessages.html
URL: 
http://svn.apache.org/viewvc/incubator/activemq/site/structured-message-properties-and-mapmessages.html?rev=415596&r1=415595&r2=415596&view=diff
==============================================================================
--- incubator/activemq/site/structured-message-properties-and-mapmessages.html 
(original)
+++ incubator/activemq/site/structured-message-properties-and-mapmessages.html 
Tue Jun 20 03:04:30 2006
@@ -249,12 +249,15 @@
 
 <P>This JMS extension feature allows you to attach Map and List properties to 
any JMS Message or to use nested Maps and Lists inside a MapMessage. This 
allows you to efficiently send typesafe structured information in your messages 
without requiring the overhead of XML/XSD parsing which are parseable in other 
languages like C, C++, C# etc.</P>
 
-<P>This enhancement allows any Map or List implementation to be used in</P>
+<P>This enhancement allows any Map or List implementation to be used in the 
value parameter of these JMS methods</P>
 
 <UL>
-       <LI>[]</LI>
+       <LI><SPAN class="nobr"><A 
href="http://java.sun.com/j2ee/1.4/docs/api/javax/jms/Message.html#setObjectProperty(java.lang.String,%2520java.lang.Object)"
 title="Visit page outside Confluence" 
rel="nofollow">Message.setObjectProperty(key, value)<SUP><IMG 
class="rendericon" src="http://goopen.org/confluence/images/icons/linkext7.gif"; 
height="0" width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
+       <LI><SPAN class="nobr"><A 
href="http://java.sun.com/j2ee/1.4/docs/api/javax/jms/MapMessage.html#setObject(java.lang.String,%2520java.lang.Object)"
 title="Visit page outside Confluence" rel="nofollow">MapMessage.setObject(key, 
value)<SUP><IMG class="rendericon" 
src="http://goopen.org/confluence/images/icons/linkext7.gif"; height="0" 
width="0" align="absmiddle" alt="" border="0"></SUP></A></SPAN></LI>
 </UL>
-</DIV>
+
+
+<P>The value can be an arbitrarily nested structure of Maps, Lists and 
primitive objects (numbers and strings).</P></DIV>
           
                   </DIV>
         </TD>
@@ -265,7 +268,8 @@
     <DIV id="site-footer">
           Added by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A>,
     last edited by     <A 
href="http://goopen.org/confluence/users/viewuserprofile.action?username=jstrachan";>James
 Strachan</A> on Jun 20, 2006
-                  
+                  &nbsp;(<A 
href="http://goopen.org/confluence/pages/diffpages.action?pageId=8824&originalId=8827";>view
 change</A>)
+              
       (<A 
href="http://goopen.org/confluence/pages/editpage.action?pageId=8824";>edit 
page</A>)
     </DIV>
 


Reply via email to