James Titcumb's talk on RabbitMQ explores message queuing, demonstrating its applications in PHP for tasks such as logging, email, and SMS. The presentation covers the setup of exchanges and queues, providing code examples for publishing and consuming messages. Real-world examples illustrate the versatility of RabbitMQ in background processing and inter-application communication.