Örnek
Şöyle yaparız. destination kuyruk ismini belirtir. destinationType Queue veya Topic olduğunu belirtir, maxSession ise kaç tane eş zamanlı mesaj işleneceğini belirtir.@MessageDriven(activationConfig = {@ActivationConfigProperty(propertyName="destination", propertyValue="SendingSMSQueue"),@ActivationConfigProperty(propertyName="destinationType", propertyValue="javax.jms.Queue"),@ActivationConfigProperty(propertyName="maxSession", propertyValue = "1")})public class SendgridEmail2SmsMessageListener implements MessageListener {...}
Hiç yorum yok:
Yorum Gönder