Search code examples
springspring-rabbit

Spring AMQP Template


Please help me. Is instance of AmqpTemplate class from RabbitMQ (implementation of AMQP protocol) thread safe. Can it be accessed from multiple threads? Thanks


Solution

  • Yes, it is thread-safe and can be accessed by multiple threads.