[TIBCO.EMS .NET Admin client library 6.0 documentation]

Bind the queue for the given queue name to the given JNDI name.

Namespace:  TIBCO.EMS.ADMIN
Assembly:  TIBCO.EMS.ADMIN (in TIBCO.EMS.ADMIN.dll)

Syntax

public void BindQueue(
	string name,
	string queueName
)
Public Sub BindQueue ( _
	name As String, _
	queueName As String _
)
public:
void BindQueue(
	String^ name, 
	String^ queueName
)

Parameters

name
Type: System..::.String
The JNDI name to which the queue will be bound.
queueName
Type: System..::.String
The name of the queue to bind.

Exceptions

ExceptionCondition
TIBCO.EMS.ADMIN..::.AdminExceptionif not authorized or an error occurred.
TIBCO.EMS.ADMIN..::.AdminNameExistsException if the JNDI name is already in use.
TIBCO.EMS.ADMIN..::.AdminInvalidNameException if name or queueName are not legal names.

See Also