{"id":55199,"library":"spring-boot-starter-amqp","title":"Spring Boot Starter AMQP","description":"Starter for using Spring AMQP and RabbitMQ in Spring Boot applications.","status":"active","version":"4.0.6","language":"java","source_language":null,"source_url":"https://github.com/spring-projects/spring-boot","tags":["spring","amqp","rabbitmq","messaging"],"install":[{"cmd":"<dependency>\n  <groupId>org.springframework.boot</groupId>\n  <artifactId>spring-boot-starter-amqp</artifactId>\n  <version>4.0.6</version>\n</dependency>","lang":"xml","label":"Maven"},{"cmd":"implementation 'org.springframework.boot:spring-boot-starter-amqp:4.0.6'","lang":"groovy","label":"Gradle"}],"dependencies":[],"imports":[{"symbol":"RabbitTemplate","correct":"org.springframework.amqp.rabbit.core.RabbitTemplate"}],"quickstart":{"code":"import org.springframework.amqp.rabbit.core.RabbitTemplate;\nimport org.springframework.beans.factory.annotation.Autowired;\n\n@Autowired\nprivate RabbitTemplate rabbitTemplate;\n\npublic void sendMessage(String message) {\n    rabbitTemplate.convertAndSend(\"myQueue\", message);\n}","lang":"java","description":"Send a message to a RabbitMQ queue"},"warnings":[{"fix":"Ensure RabbitMQ is running or disable auto-configuration with spring.autoconfigure.exclude.","message":"Spring Boot AMQP auto-configuration requires RabbitMQ server running; otherwise application fails to start.","severity":"gotcha","affected_versions":"all"}],"env_vars":null,"search_vec":"'amqp':4,9,17 'applic':15 'boot':2,14 'messag':19 'rabbitmq':11,18 'spring':1,8,13,16 'starter':3,5 'use':7","created_at":"2026-06-15T09:40:31.943245+00:00","updated_at":"2026-06-15T09:40:31.943245+00:00","problems":[],"ecosystem":"maven","meta_description":null,"install_score":null,"quickstart_score":null,"quickstart_tag":null,"pypi_latest":null,"cli_name":null,"cli_version":null,"type":"library","homepage":"https://spring.io/projects/spring-boot","github":"https://github.com/spring-projects/spring-boot","docs":"https://appdoc.app/artifact/org.springframework.boot/spring-boot-starter-amqp/","changelog":null,"pypi":null,"npm":null,"openapi_spec":null,"status_page":null,"smithery":null,"categories":["messaging"],"base_url":null,"auth_type":null,"provenance":{"verified_status":null,"verified_at":null,"last_verified":"2026-06-15","next_check":"2026-12-12","install_tag":null}}