Hi all,
I have ActiveMQ up and running independently but when I run the deamon
/startdeamons.sh
I am getting "BAD BROKER URL" on Stomp.php line 107 Below is the output
Fatal error: Uncaught exception 'StompException' with message 'Bad Broker
URL '
in /home/*/public_html/extlib/Stomp.php:107
Stack trace:
#0 /home/*/public_html/extlib/Stomp.php(80): Stomp->_init()
#1 /home/*/public_html/lib/stompqueuemanager.php(61): Stomp->__construct
(NULL)
#2 /home/*/public_html/lib/stompqueuemanager.php(97): StompQueueManager-
>_connect()
#3 /home/*/public_html/lib/queuehandler.php(158): StompQueueManager->ser
vice('facebook', Object(FacebookQueueHandler))
#4 /home/*/public_html/lib/daemon.php(158): QueueHandler->run()
#5 /home/*/public_html/plugins/Facebook/facebookqueuehandler.php(73): Da
emon->runOnce()
#6 {main}
thrown in /home/*/public_html/extlib/Stomp.php on line 107
DONE.
Here is the section of my config file. ( it works when I use it for
storm_server)
$config['queue']['enabled'] = true;
$config['queue']['subsystem'] = 'stomp';
$config['queue']['activemq'] = 'tcp://localhost:61613';
$config['queue']['stomp_username'] = 'guest';
$config['queue']['stomp_password'] = 'guest';
$config['queue']['queue_basename'] = '/queue/displays/';
Any and all help are greatly appreciated
Tim
--
View this message in context:
http://n3.nabble.com/ActiveMQ-BAD-BROKER-URL-tp117033p117033.html
Sent from the Developers and admins of StatusNet mailing list archive at
Nabble.com.
_______________________________________________
StatusNet-dev mailing list
[email protected]
http://lists.status.net/mailman/listinfo/statusnet-dev