Spring cloud bus

I have One question mark .
If i create a topic name Test and 2 Queue Test1, Test2
both queue subscribe to Test topic end point.
Will each queue get replica of message if i publish to topic ?
what can i do where each queue or consumer get replica of published message.
within same group only one get it.

I want 3 microservice to consume to same message from same queue, like replica.