Exemplo n.º 1
0
        public MainWindow()
        {
            InitializeComponent();

            publisher = new ActivMQPublisher(user, pwd, host, port, topic);
        }
 public VueModelTrain()
 {
     this.infoTrain         = new InfoTrain();
     publisher              = new ActivMQPublisher(user, pwd, host, port, topic);
     this._commandPublisher = new CommandPublisher(envoyer_message, peut_envoyer_message);
 }