Creates a Consumer with the specified identity and name (which might be the same, depending on the policy)
Parameters: consumerId - Parameters: consumerName -
Creates a new ConsumerGroup with the associated name.
Parameters: name - the name of the ConsumerGroup to be created a new ConsumerGroup with the associated name throws: RegistrationException -
Return an existing consumer from its id.
Parameters: consumerId - the consumer id the consumer or null if it does not exist throws: IllegalArgumentException - if the consumer id argument is null throws: RegistrationException -
Retrieves the ConsumerGroup identified by the specified name.
Parameters: name - the name of the group to be retrieved the ConsumerGroup identified by the specified name throws: RegistrationException -