I have implemented a new Broker by extending the BrokerType and BrokerTypeFactory. I wanted to deploy this new Broker to WSO2 CEP. I created a broker.xml and placed it in repository/conf directory
<brokerTypes xmlns="wso2.org/carbon/broker">
<brokerType name="jmsQbroker" class="org.wso2.carbon.broker.core.internal.broker.jms.generic.GenericJMSQueueBrokerType" /> </brokerTypes>
However this causes NullPointer exception ( in BrokerManagerAdminServer at line 149) when i browse to the Broker List page in the webconsole, and none of the brokers are shown. Can you please help me in understanding how can i deploy my new broker without affecting the existing ones