Skip to content

Instantly share code, notes, and snippets.

View mlaccetti's full-sized avatar
😶
Whatnow?

Michael Laccetti mlaccetti

😶
Whatnow?
View GitHub Profile
@mlaccetti
mlaccetti / EmbeddedMessageQueueResource.java
Last active February 24, 2021 10:26 — forked from AlejandroRivera/EmbeddedMessageQueueResource.java
Apache QPid as embedded MQ broker
package laccetti.test;
import org.apache.qpid.server.Broker;
import org.apache.qpid.server.BrokerOptions;
import com.google.common.io.Files;
/**
* We shouldn't need external things for testing
*/