Interface ICompositeTransport
Inherited Members
Apache.NMS.IStartable.Start()
Apache.NMS.IStartable.IsStarted
System.IDisposable.Dispose()
Apache.NMS.IStoppable.Stop()
Namespace: Apache.NMS.ActiveMQ.Transport
Assembly: Apache.NMS.ActiveMQ.dll
Syntax
public interface ICompositeTransport : ITransport, IStartable, IDisposable, IStoppable
Methods
| Improve this Doc View SourceAdd(Boolean, Uri[])
Adds a new set of Uris to the list of Uris that this Transport can connect to.
Declaration
void Add(bool rebalance, Uri[] uris)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | rebalance | A System.Boolean Should the current connection be broken and a new one created. |
System.Uri[] | uris | A System.Uri |
Remove(Boolean, Uri[])
Remove the given Uris from this Transports list of known Uris.
Declaration
void Remove(bool rebalance, Uri[] uris)
Parameters
Type | Name | Description |
---|---|---|
System.Boolean | rebalance | A System.Boolean Should the current connection be broken and a new one created. |
System.Uri[] | uris | A System.Uri |