hapi-rabbit
hapi-rabbit copied to clipboard
ValidationError: messageType must only contain alpha-numeric characters
messageType in rabbit.publish function should allow special characters like ".", "*", "#" in order to respect rabbit topic routing_key format . RabbitMq Topic.
Your plugin instead allow only alphanumeric characters.