In WSO2 ESB the consumer proxy service is not picking up the messages from the queue when queue name is different from service name. It works fine when service name and queue name is same. For example it works when:
Queue Name: Organisation.01.GetOrganisation.001
Service Name: Organisation.01.GetOrganisation. 001
But not working when:
Queue Name: ES.Organisation.01.Request.GetOrganisation.001.
Service Name: Organisation. 01.GetOrganisation. 001
Please i need help in solving the problem.