Reputation: 116
Please help me. Is instance of AmqpTemplate class from RabbitMQ (implementation of AMQP protocol) thread safe. Can it be accessed from multiple threads? Thanks
AmqpTemplate
Upvotes: 3
Views: 870
Reputation: 597016
Yes, it is thread-safe and can be accessed by multiple threads.
Upvotes: 2