Choose a topic to test your knowledge and improve your Rabbit MQ skills
Which of the following is the component that routes messages to queues?
RabbitMQ server is written using?
Which of the following exchange is pre-declared if no exchange is declared?
Which of the following is the client library for Node.js to integrate with RabbitMQ?
RabbitMQ server is an open source implementation of?
Using ConnectionFactory Connection is created using built in method
Which of the following exchange routes messages to queues by ignoring the routing key?
Which of the following is the buffer that stores messages sent by the producer?
Which of the following is the virtual connection inside a connection?
What is the default port of the RabbitMQ management interface?
Which of the following built-in channel method declares a queue?
Using Connection channel can be created using builtin method
Queues that are deleted after performing a task are called?
Which property of a channel is used to display acknowledge details?
Which of the following parameter is provided to the nextDelivery() method and specifies the time to wait for the next delivery message?
Using Channel message can be consumed using builtin method
Using Channel message can be published using builtin method
Pika is the RabbitMQ client library for?
Which of the following tag allows a user to access only the management plugin?
Expiry time for a queue is set by assigning which property?
Which of the following command creates a user Jim and password root?
The default SASL method supported by RabbitMQ is?
In spring AMPQ, which of the following class enables to publish messages?
Which of the following property assigned to a queue specifies the queue survival time?
Which of the following is the permission required to create a resource?
Using Channel binding can be done using builtin method
Which of the following exchange has the routing key as a list of words?
Which of the following command deletes user Jim?
Which of the following is the command to delete quiz Vhost?
In a remote procedure call, what is the unique identifier assigned to every request message?