21 Temmuz 2023 Cuma

Artemis ActiveMQConnectionFactory Sınıfı

Giriş
Şu satırı dahil ederiz
import org.apache.activemq.artemis.jms.client.ActiveMQConnectionFactory;
constructor
Şöyle yaparız
ActiveMQConnectionFactory factory = new ActiveMQConnectionFactory("tcp://localhost:61616")

Hiç yorum yok:

Yorum Gönder

Bean Validation @GroupSequence Anotasyonu

Örnek Elimizde şöyle bir kod olsun public class SampleRequest {   @NotNull   LocalDate startDate;   @NotNull   LocalDate endDate;   @AssertT...