🚀 Magnetico API

Welcome to the Magnetico API. This is a NestJS backend service for managing customer communications and message queues.

Available Endpoints

GET
/api/health
Health check endpoint
GET
/api/queue/test
Test endpoint for queue functionality
GET
/api/queue/stats
Get queue statistics
POST
/api/queue/test/send-to-queue
Send message to queue manually
POST
/api/queue/test/incoming
Process incoming message (no loop)
GET
/api/queue/test/outgoing
Get pending outgoing messages from queue

Documentation

For detailed API documentation, visit: /api

RabbitMQ Management

Access RabbitMQ management interface at: http://localhost:15672

Username: guest | Password: guest