Class ConnectorsService

java.lang.Object
org.apache.activemq.artemis.core.server.impl.ConnectorsService
All Implemented Interfaces:
ActiveMQComponent

public final class ConnectorsService extends Object implements ActiveMQComponent
ConnectorsService will pool some resource for updates, e.g. Twitter, then the changes are picked and converted into a ServerMessage for a given destination (queue).

It may also listen to a queue, and forward them (e.g. messages arriving at the queue are picked and tweeted to some Twitter account).