I have a CXF-BC Consumer w/JMS transport that I want to listen on a non-ActiveMQ dynamic queue. smx-jms provides a property named "jmsProviderDestinationName" which, if used, causes the target JMS destination to be created by the JMS provider by calling Session.createQueue. The CXF-BC Consumer w/JMS transport does not seem to provide a comparable "jmsProviderDestinationName" property. Rather, it seems to only support a jndiDestinationName which, if used with a non-ActiveMQ dynamic queue, causes a JNDI lookup error. Is this a CXF issue or a SMX-CXF-BC issue? Any suggestions on how to work-around this problem?
Thanks, - Ron
