blob: c51d1cefb1a45bbbc4cc9a67348b098122df172a [file] [log] [blame]
<html xmlns:MSHelp="http://msdn.microsoft.com/mshelp" xmlns:mshelp="http://msdn.microsoft.com/mshelp" xmlns:ddue="http://ddue.schemas.microsoft.com/authoring/2003/5" xmlns:xlink="http://www.w3.org/1999/xlink" xmlns:msxsl="urn:schemas-microsoft-com:xslt">
<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=UTF-8" />
<META NAME="save" CONTENT="history" />
<title>IMessage Properties</title>
<meta name="Language" content="en-us" />
<meta name="System.Keywords" content="IMessage interface, properties" />
<meta name="Microsoft.Help.Id" content="Properties.T:Apache.NMS.IMessage" />
<meta name="Microsoft.Help.ContentType" content="Reference" />
<link rel="stylesheet" type="text/css" href="../styles/Presentation.css" />
<link rel="stylesheet" type="text/css" href="ms-help://Hx/HxRuntime/HxLink.css" />
<script type="text/javascript" src="../scripts/EventUtilities.js"> </script>
<script type="text/javascript" src="../scripts/SplitScreen.js"> </script>
<script type="text/javascript" src="../scripts/Dropdown.js"> </script>
<script type="text/javascript" src="../scripts/script_manifold.js"> </script>
<script type="text/javascript" src="../scripts/script_feedBack.js"> </script>
<script type="text/javascript" src="../scripts/CheckboxMenu.js"> </script>
<script type="text/javascript" src="../scripts/CommonUtilities.js"> </script>
<meta name="container" content="Apache.NMS" />
<meta name="file" content="Properties_T_Apache_NMS_IMessage" />
<meta name="guid" content="Properties_T_Apache_NMS_IMessage" />
<xml>
<MSHelp:Attr Name="AssetID" Value="Properties.T:Apache.NMS.IMessage" />
<MSHelp:TOCTitle Title="IMessage Properties" />
<MSHelp:RLTitle Title="IMessage Properties (Apache.NMS)" />
<MSHelp:Keyword Index="A" Term="Properties.T:Apache.NMS.IMessage" />
<MSHelp:Keyword Index="A" Term="frlrfApacheNMSIMessagePropertiesTopic" />
<MSHelp:Keyword Index="K" Term="IMessage interface, properties" />
<MSHelp:Attr Name="DevLang" Value="VB" />
<MSHelp:Attr Name="DevLang" Value="CSharp" />
<MSHelp:Attr Name="Locale" Value="en-us" />
<MSHelp:Attr Name="TopicType" Value="kbSyntax" />
<MSHelp:Attr Name="TopicType" Value="apiref" />
<MSHelp:Attr Name="AssemblyVersion" Value="1.6.0.3083" />
</xml>
</head>
<body>
<input type="hidden" id="userDataCache" class="userDataStyle" />
<input type="hidden" id="hiddenScrollOffset" />
<img id="collapseImage" style="display:none; height:0; width:0;" src="../icons/collapse_all.gif" alt="Collapse image" title="Collapse image" />
<img id="expandImage" style="display:none; height:0; width:0;" src="../icons/expand_all.gif" alt="Expand Image" title="Expand Image" />
<img id="collapseAllImage" style="display:none; height:0; width:0;" src="../icons/collapse_all.gif" />
<img id="expandAllImage" style="display:none; height:0; width:0;" src="../icons/expand_all.gif" />
<img id="dropDownImage" style="display:none; height:0; width:0;" src="../icons/dropdown.gif" />
<img id="dropDownHoverImage" style="display:none; height:0; width:0;" src="../icons/dropdownHover.gif" />
<img id="copyImage" style="display:none; height:0; width:0;" src="../icons/copycode.gif" alt="Copy image" title="Copy image" />
<img id="copyHoverImage" style="display:none; height:0; width:0;" src="../icons/copycodeHighlight.gif" alt="CopyHover image" title="CopyHover image" />
<div id="header">
<table id="topTable" cellspacing="0" cellpadding="0">
<tr>
<td>
<span onclick="ExpandCollapseAll(toggleAllImage)" style="cursor:default;" onkeypress="ExpandCollapseAll_CheckKey(toggleAllImage, event)" tabindex="0">
<img ID="toggleAllImage" class="toggleAll" src="../icons/collapse_all.gif" /> <label id="collapseAllLabel" for="toggleAllImage" style="display: none;">Collapse All</label><label id="expandAllLabel" for="toggleAllImage" style="display: none;">Expand All</label> </span>
<span>    </span>
<span id="devlangsDropdown" class="filter" tabindex="0">
<img id="devlangsDropdownImage" src="../icons/dropdown.gif" /> <label id="devlangsMenuAllLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: All </nobr></label><label id="devlangsMenuMultipleLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: Multiple </nobr></label><label id="devlangsMenuVisualBasicLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: Visual Basic </nobr></label><label id="devlangsMenuCSharpLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: C# </nobr></label><label id="devlangsMenuManagedCPlusPlusLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: Visual C++ </nobr></label><label id="devlangsMenuJavaScriptLabel" for="devlangsDropdownImage" style="display: none;"><nobr>Code: JavaScript </nobr></label></span>
<span>    </span>
<span id="memberOptionsDropdown" class="filter" tabindex="0">
<img id="memberOptionsDropdownImage" src="../icons/dropdown.gif" /> <label id="memberOptionsMenuAllLabel" for="memberOptionsDropdownImage" style="display: none;"><nobr>Members: Show All </nobr></label><label id="memberOptionsMenuMultipleLabel" for="memberOptionsDropdownImage" style="display: none;"><nobr>Members: Filtered </nobr></label><label id="memberOptionsMenuProtectedLabel" for="memberOptionsDropdownImage" style="display: none;"><nobr>Members: Filtered </nobr></label><label id="memberOptionsMenuInheritedLabel" for="memberOptionsDropdownImage" style="display: none;"><nobr>Members: Filtered </nobr></label></span>
</td>
</tr>
</table>
<div id="devlangsMenu">
<input id="VisualBasicCheckbox" type="checkbox" data="VisualBasic,vb,'persist'" value="on" onClick="SetLanguage(this)" />
<label class="checkboxLabel" for="VisualBasicCheckbox">Visual Basic</label>
<br />
<input id="CSharpCheckbox" type="checkbox" data="CSharp,cs,'persist'" value="on" onClick="SetLanguage(this)" />
<label class="checkboxLabel" for="CSharpCheckbox">C#</label>
<br />
<input id="ManagedCPlusPlusCheckbox" type="checkbox" data="ManagedCPlusPlus,cpp,'persist'" value="on" onClick="SetLanguage(this)" />
<label class="checkboxLabel" for="ManagedCPlusPlusCheckbox">Visual C++</label>
<br />
<input id="JavaScriptCheckbox" type="checkbox" data="JavaScript,cs,'persist'" value="on" onClick="SetLanguage(this)" />
<label class="checkboxLabel" for="JavaScriptCheckbox">JavaScript</label>
<br />
</div>
<div id="memberOptionsMenu">
<input id="ProtectedCheckbox" type="checkbox" data="Protected" value="on" onClick="SetMemberOptions(this, 'vis')" />
<label class="checkboxLabel" for="ProtectedCheckbox">Include Protected Members</label>
<br />
<input id="InheritedCheckbox" type="checkbox" data="Inherited" value="on" onClick="SetMemberOptions(this, 'decl')" />
<label class="checkboxLabel" for="InheritedCheckbox">Include Inherited Members</label>
<br />
</div>
<table id="bottomTable" cellpadding="0" cellspacing="0">
<tr id="headerTableRow1">
<td align="left">
<span id="runningHeaderText">.NET Framework Class Library</span>
</td>
</tr>
<tr id="headerTableRow2">
<td align="left">
<span id="nsrTitle">IMessage Properties</span>
</td>
</tr>
<tr id="headerTableRow3">
<td align="left">
<a href="T_Apache_NMS_IMessage.htm">IMessage Interface</a>  <a href="#seeAlsoToggle" onclick="OpenSection(seeAlsoToggle)">See Also</a> 
<span id="headfeedbackarea" class="feedbackhead">
<a href="javascript:SubmitFeedback('activemq.docs@apache.org','','','','','%0\dThank%20you%20for%20your%20feedback.%20The%20developer%20writing%20teams%20use%20your%20feedback%20to%20improve%20documentation.%20While%20we%20are%20reviewing%20your%20feedback,%20we%20may%20send%20you%20e-mail%20to%20ask%20for%20clarification%20or%20feedback%20on%20a%20solution.%20We%20do%20not%20use%20your%20e-mail%20address%20for%20any%20other%20purpose.%0\d','Customer%20Feedback');">
Send Feedback
</a>
</span>
</td>
</tr>
</table>
<table id="gradientTable">
<tr>
<td class="nsrBottom" background="../icons/gradient.gif" />
</tr>
</table>
</div>
<div id="mainSection">
<div id="mainBody">
<div id="allHistory" class="saveHistory" onsave="saveAll()" onload="loadAll()" />
<font color="DarkGray"></font>
<p /> <p>The <a href="T_Apache_NMS_IMessage.htm">IMessage</a> type exposes the following members.</p><h1 class="heading"><span onclick="ExpandCollapse(propertyTableToggle)" style="cursor:default;" onkeypress="ExpandCollapse_CheckKey(propertyTableToggle, event)" tabindex="0"><img id="propertyTableToggle" class="toggle" name="toggleSwitch" src="../icons/collapse_all.gif" />Properties</span></h1><div id="propertyTableSection" class="section" name="collapseableSection" style=""><table id="memberList" class="members" frame="lhs" cellpadding="2"><col width="10%" /><tr><th class="iconColumn">
 
</th><th class="nameColumn">Name</th><th class="descriptionColumn">Description</th></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSCorrelationID.htm">NMSCorrelationID</a></td><td><div class="summary">
The correlation ID used to correlate messages from conversations or long running business processes.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSDeliveryMode.htm">NMSDeliveryMode</a></td><td><div class="summary">
Whether or not this message is persistent.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSDestination.htm">NMSDestination</a></td><td><div class="summary">
The destination of the message. This property is set by the IMessageProducer.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSMessageId.htm">NMSMessageId</a></td><td><div class="summary">
The message ID which is set by the provider.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSPriority.htm">NMSPriority</a></td><td><div class="summary">
The Priority of this message.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSRedelivered.htm">NMSRedelivered</a></td><td><div class="summary">
Returns true if this message has been redelivered to this or another consumer before being acknowledged successfully.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSReplyTo.htm">NMSReplyTo</a></td><td><div class="summary">
The destination that the consumer of this message should send replies to
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSTimestamp.htm">NMSTimestamp</a></td><td><div class="summary">
The timestamp of when the message was pubished in UTC time. If the publisher disables setting
the timestamp on the message, the time will be set to the start of the UNIX epoc (1970-01-01 00:00:00).
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSTimeToLive.htm">NMSTimeToLive</a></td><td><div class="summary">
The amount of time for which this message is valid. Zero if this message does not expire.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_NMSType.htm">NMSType</a></td><td><div class="summary">
The type name of this message.
</div></td></tr><tr data="public;declared;notNetfw;"><td><img src="../icons/pubproperty.gif" alt="Public property" title="Public property" /></td><td><a href="P_Apache_NMS_IMessage_Properties.htm">Properties</a></td><td><div class="summary">
Provides access to the message properties (headers).
</div></td></tr></table></div><h1 class="heading"><span onclick="ExpandCollapse(seeAlsoToggle)" style="cursor:default;" onkeypress="ExpandCollapse_CheckKey(seeAlsoToggle, event)" tabindex="0"><img id="seeAlsoToggle" class="toggle" name="toggleSwitch" src="../icons/collapse_all.gif" />See Also</span></h1><div id="seeAlsoSection" class="section" name="collapseableSection" style=""><div class="seeAlsoStyle"><a href="T_Apache_NMS_IMessage.htm">IMessage Interface</a></div><div class="seeAlsoStyle"><a href="N_Apache_NMS.htm">Apache.NMS Namespace</a></div></div></div>
<div id="footer">
<div class="footerLine">
<img width="100%" height="3px" src="../icons/footer.gif" alt="Footer image" title="Footer image" />
</div>
<span id="feedbackarea">
Send
<a href="javascript:SubmitFeedback('activemq.docs@apache.org','','','','','%0\dThank%20you%20for%20your%20feedback.%20The%20developer%20writing%20teams%20use%20your%20feedback%20to%20improve%20documentation.%20While%20we%20are%20reviewing%20your%20feedback,%20we%20may%20send%20you%20e-mail%20to%20ask%20for%20clarification%20or%20feedback%20on%20a%20solution.%20We%20do%20not%20use%20your%20e-mail%20address%20for%20any%20other%20purpose.%0\d','Customer%20Feedback');">
feedback
</a>
on this topic to Microsoft.
</span>
</div>
</div>
</body>
</html>