source: trunk/abcl/t/rabbitmq.asd

Last change on this file was 15606, checked in by Mark Evenson, 17 months ago

jnew-runtime-consumer: test via RabbitMQ consumer

Adapted from <https://github.com/armedbear/abcl/pull/517#issue-1456702800>.

File size: 114 bytes
Line 
1(defsystem rabbitmq
2  :defsystem-depends-on (abcl-asdf)
3  :components ((:mvn "com.rabbitmq/amqp-client/5.16.0")))
Note: See TracBrowser for help on using the repository browser.