package com.ai.da.service; import org.springframework.stereotype.Service; @Service public interface RabbitMQService { void publishMessage(String message); Integer getMessageCount(String queueUrl); }