An object capable of sending messages to some destination
Namespace:
Apache.NMSAssembly: Apache.NMS (in Apache.NMS.dll)
Syntax
| Visual Basic |
|---|
Public Interface IMessageProducer _ Inherits IDisposable |
| C# |
|---|
public interface IMessageProducer : IDisposable |
| Visual C++ |
|---|
public interface class IMessageProducer : IDisposable |
| JavaScript |
|---|
Apache.NMS.IMessageProducer = function(); Apache.NMS.IMessageProducer.createInterface('Apache.NMS.IMessageProducer'); |