Spring AMQP Template
Please help me. Is instance of AmqpTemplate class from RabbitMQ (implementation of AMQP protocol) th开发者_JAVA技巧read safe. Can it be accessed from multiple threads? Thanks
Yes, it is thread-safe and can be accessed by multiple threads.
加载中,请稍侯......
精彩评论