Here's the signature for createQueue():

createQueue(final AMQShortString name, final boolean autoDelete, final boolean durable,
                     final boolean exclusive) throws AMQException

Why 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

Reply via email to