All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.yamcs.artemis.ArtemisPpService Maven / Gradle / Ivy

There is a newer version: 4.10.9
Show newest version
package org.yamcs.artemis;

import java.util.List;

import org.yamcs.ConfigurationException;

/**
 * takes Parameter data from yarch streams and publishes it to hornetq address (reverse of ActiveMQPpProvider)
 * 
 * To avoid a ping-pong effect:
 *  - it creates a queue with a filter on hornet side
 *  - it remembers a thread local version of the tuple in transition on yarch side
 *
 */
public class ArtemisPpService extends AbstractArtemisTranslatorService {
    
    public ArtemisPpService(String instance, List streamNames) throws ConfigurationException {
        super(instance, streamNames, new PpTupleTranslator());
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy