Can we deploy same endpoint in multiple servers

We have a endpoint called processingService, we are planning to deploy this endpoint in 10 server. We are using RabbitMQ transport. My question is if any message come, will it be processed by endpoints in all the 10 servers or it will be processed by any one of the endpoint in a server.