This is a short book aiming to get you started integrating Spring Boot applications with IBM MQ series. The book covers IBM MQ 9 but most concepts are applicable to other MQ versions too. The book covers topics such as Point-To-Point, Publish-Subscribe message models, configuring MQ, troubleshooting, writing integration tests and more. The book is written in a tutorial style with step by step instructions to run and test your code in Java. Total 59 Table of 1. Starting the IBM MQ 9 server 2. Creating a Spring Boot, Point-to-Point project 2.1 Customising a MQ docker container 2.2 Sending JMS messages 2.3 Receiving JMS messages 3. Creating a Spring Boot, Publish-Subscribe project 3.1 MQ Topic manual setup 3.2 Switching Spring Boot to Pub Sub domain 4. Integration tests for MQ with TestContainers 5. Sending Object messages 6. MQ Authentication settings 7. Troubleshooting A. Docker and Docker Compose for Java Developers