Search in sources :

Example 6 with DiscoveryEvent

use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.

the class DiscoveryEventTest method createObject.

@Override
public Object createObject() throws Exception {
    DiscoveryEvent info = new DiscoveryEvent();
    populateObject(info);
    return info;
}
Also used : DiscoveryEvent(org.apache.activemq.command.DiscoveryEvent)

Example 7 with DiscoveryEvent

use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.

the class DiscoveryEventTest method populateObject.

@Override
protected void populateObject(Object object) throws Exception {
    super.populateObject(object);
    DiscoveryEvent info = (DiscoveryEvent) object;
    info.setServiceName("ServiceName:1");
    info.setBrokerName("BrokerName:2");
}
Also used : DiscoveryEvent(org.apache.activemq.command.DiscoveryEvent)

Example 8 with DiscoveryEvent

use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.

the class DiscoveryEventTest method createObject.

@Override
public Object createObject() throws Exception {
    DiscoveryEvent info = new DiscoveryEvent();
    populateObject(info);
    return info;
}
Also used : DiscoveryEvent(org.apache.activemq.command.DiscoveryEvent)

Example 9 with DiscoveryEvent

use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.

the class DiscoveryEventTest method populateObject.

@Override
protected void populateObject(Object object) throws Exception {
    super.populateObject(object);
    DiscoveryEvent info = (DiscoveryEvent) object;
    info.setServiceName("ServiceName:1");
    info.setBrokerName("BrokerName:2");
}
Also used : DiscoveryEvent(org.apache.activemq.command.DiscoveryEvent)

Example 10 with DiscoveryEvent

use of org.apache.activemq.command.DiscoveryEvent in project activemq-artemis by apache.

the class DiscoveryEventTest method populateObject.

@Override
protected void populateObject(Object object) throws Exception {
    super.populateObject(object);
    DiscoveryEvent info = (DiscoveryEvent) object;
    info.setServiceName("ServiceName:1");
    info.setBrokerName("BrokerName:2");
}
Also used : DiscoveryEvent(org.apache.activemq.command.DiscoveryEvent)

Aggregations

DiscoveryEvent (org.apache.activemq.command.DiscoveryEvent)22 URI (java.net.URI)2 StubCompositeTransport (org.apache.activemq.transport.StubCompositeTransport)2 DiscoveryListener (org.apache.activemq.transport.discovery.DiscoveryListener)2 CompositeData (org.apache.activemq.util.URISupport.CompositeData)2 CuratorFramework (org.apache.curator.framework.CuratorFramework)2 FabricDiscoveryAgent (io.fabric8.mq.fabric.discovery.FabricDiscoveryAgent)1 OsgiFabricDiscoveryAgent (io.fabric8.mq.fabric.discovery.OsgiFabricDiscoveryAgent)1 File (java.io.File)1 InputStream (java.io.InputStream)1 Collection (java.util.Collection)1 Properties (java.util.Properties)1 CountDownLatch (java.util.concurrent.CountDownLatch)1 LinkedBlockingQueue (java.util.concurrent.LinkedBlockingQueue)1 AtomicReference (java.util.concurrent.atomic.AtomicReference)1 CuratorFrameworkFactory (org.apache.curator.framework.CuratorFrameworkFactory)1 RetryNTimes (org.apache.curator.retry.RetryNTimes)1 Test (org.junit.Test)1