Details
Description
hlassiege says:
I'm currently using this jms source to connect on Weblogic message bus. I'm wondering why the JMSMessageConsumer use createQueue and createTopic instead of lookup to find the destinations (line 83 to 90).
It seems that "createQueue" or "createTopic" are not the recommended way because it is not portable (I saw that warning in Weblogic documentation even if I can't justify this assertion).
The documentation recommends to use a JNDI lookup (http://docs.oracle.com/cd/E23943_01/web.1111/e13727/lookup.htm#BABDFCIC).
Is there any reason to use createQueue instead of lookup ?
Attachments
Attachments
Issue Links
- is related to
-
FLUME-2313 Start the source even if the JMS queue/topic is not available
- Patch Available
- relates to
-
FLUME-3248 Missing 'destinationLocator' parameter in the documentation of JMS Source
- Open