0 votes
in RabbitMQ by

Using ConnectionFactory Connection is created using built in method

       A. createConnection()

       B. newConnection()

       C. Connection()

       D. buildConnection()

1 Answer

0 votes
by

Correct answer is :- newConnection()

ConnectionFactory Connection is created using built in method using newConnection()

Related questions

0 votes
asked Apr 30, 2022 in RabbitMQ by DavidAnderson
+1 vote
asked Oct 19, 2019 in JavaScript by SakshiSharma
...