Não consigo subir o activeMQ por dentro do Eclipse, segue configuração.
O endereço: [http://localhost:8161/admin/queues.jsp] é inválido
java.naming.factory.initial = org.apache.activemq.jndi.ActiveMQInitialContextFactory
# Use the following property to configure the default connector
#java.naming.provider.url = tcp://hostname:61616
java.naming.provider.url = vm://localhost
# Use the following property to specify the JNDI name the connection factory
# should appear as.
#connectionFactoryNames = connectionFactory, queueConnectionFactory, topicConnectionFactry
# Register some queues in JNDI using the form:
# queue.[jndiName] = [physicalName]
queue.financeiro = fila.financeiro
# Register some topics in JNDI using the form:
# topic.[jndiName] = [physicalName]
topic.MyTopic = example.MyTopic