Class ActiveMQBlobMessage
Implements
System.ICloneable
Apache.NMS.IMessage
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: Apache.NMS.ActiveMQ.Commands
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public class ActiveMQBlobMessage : ActiveMQMessage, Command, DataStructure, MessageReference, ICloneable, IMessage, MarshallAware
Fields
| Improve this Doc View SourceID_ACTIVEMQBLOBMESSAGE
Declaration
public const byte ID_ACTIVEMQBLOBMESSAGE = 29
Field Value
Type | Description |
---|---|
System.Byte |
Properties
| Improve this Doc View SourceDeletedByBroker
Declaration
public bool DeletedByBroker { get; set; }
Property Value
Type | Description |
---|---|
System.Boolean |
MimeType
Declaration
public string MimeType { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Name
Declaration
public string Name { get; set; }
Property Value
Type | Description |
---|---|
System.String |
RemoteBlobUrl
Declaration
public string RemoteBlobUrl { get; set; }
Property Value
Type | Description |
---|---|
System.String |
Methods
| Improve this Doc View SourceGetDataStructureType()
Declaration
public override byte GetDataStructureType()
Returns
Type | Description |
---|---|
System.Byte |
Overrides
Implements
System.ICloneable
Apache.NMS.IMessage