Skip to content

Commit bdc1829

Browse files
committed
fixing bugs in messaging component which are an outcome of using to early version of that library
1 parent 744081b commit bdc1829

20 files changed

+62
-25
lines changed
File renamed without changes.
File renamed without changes.
File renamed without changes.

component/messaging/src/main/java/io/zerodi/messaging/amqp/AmqpTemplateFactory.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@
2020
import org.springframework.retry.support.RetryTemplate;
2121
import org.springframework.stereotype.Component;
2222

23-
import io.zerodi.messaging.async.ResponseListener;
23+
import io.zerodi.messaging.async.response.ResponseListener;
2424
import io.zerodi.messaging.configuration.MessagingConfiguration;
2525
import io.zerodi.messaging.core.UniqueId;
2626
import io.zerodi.messaging.core.UniqueIdFactory;

0 commit comments

Comments
 (0)