Camel Kafka SASL plain with broker list rather than zookeeper

2017-08-18 Thread Chris Snow
IBM MessageHub is a kafka 0.10.2.1 service that uses SASL plain to connect. The connection parameters require passing a list of bootstrap servers and a user name and password: "kafka_brokers_sasl": [ "kafka04-prod01.messagehub.services.eu-de.bluemix.net:9093", "kafka05-prod01.messagehub

JBoss/HornetQ JMS JNDI Spring config - getting connectionFactory must be specified error

2017-08-18 Thread Francis Carlo Gavino
Hi all, Camel newbie here. I'm trying to get a route to send a message to a JBoss queue (HornetQ), but I can't get passed this error: Caused by: java.lang.IllegalArgumentException: connectionFactory must be specified at org.apache.camel.util.ObjectHelper.notNull(ObjectHelper.java:308)