Here's the signature for createQueue():createQueue(final AMQShortString name, final boolean autoDelete, final boolean durable,
final boolean exclusive) throws AMQExceptionWhy an AMQShortString for the name - wouldn't a Java string be simpler?Should we provide different signatures for this method, providing defaults for some of the arguments?
Jonathan
