Unable to set "consumerType" or "messageListenerContainerFactoryRef" option on Camel-JMS component
Issue
- I am trying to configure either "consumerType" or "messageListenerContainerFactoryRef" on camel-jms like:
<bean id="oracleQueue" class="org.apache.camel.component.jms.JmsComponent">
<property name="connectionFactory" ref="oracleQueueConnectionFactory" />
<property name="messageListenerContainerFactoryRef" ref="oracleProtobufListenerFactory" />
</bean>
But I am getting following error:
Caused by: org.springframework.beans.NotWritablePropertyException: Invalid property 'messageListenerContainerFactoryRef' of bean class [org.apache.camel.component.jms.JmsComponent]: Bean property 'messageListenerContainerFactoryRef' is not writable or has an invalid setter method. Does the parameter type of the setter match the return type of the getter?
Environment
- Fuse ESB Enterprise 7.1
- JBoss Fuse 6.x
Subscriber exclusive content
A Red Hat subscription provides unlimited access to our knowledgebase of over 48,000 articles and solutions.
Welcome! Check out the Getting Started with Red Hat page for quick tours and guides for common tasks.
