Synopsis:	add-jms-queue [--profile=profile_name] --name=queue_name [--entries=entry(,entry)*] [--selector=selector_name] [--durable=(true|false)]

Description:	creates a JMS queue

Arguments:

	profile		- is allowed and required only in the domain mode, specifies the profile
				in which the JMS resource should be created. 

	name		- the name of the queue.
	
	entries		- an optional comma-separated list of JNDI names the queue should be bound under.
				  If not present, the name will be used as the JNDI name.
				  
	selector	- optional selector.
	
	durable		- optional, specifies whether the queue should be durable or not (the default is true).