{
throw new NoSuchRegistrationException("There is no Consumer with identity '" + consumerId
+ "' to add to ConsumerGroup named '" + groupName + "'. Did you create it?");
}
group.addConsumer(consumer);
return consumer;
}
public boolean isConsumerExisting(String consumerId) throws RegistrationException