You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@flume.apache.org by "Lauren Ryan (JIRA)" <ji...@apache.org> on 2014/11/20 22:28:33 UTC

[jira] [Updated] (FLUME-2559) JMS Source with Solace and the VPN initial context property?

     [ https://issues.apache.org/jira/browse/FLUME-2559?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Lauren Ryan updated FLUME-2559:
-------------------------------
    Description: 
Has anyone been able to connect to a Solace queue/topic with the JMS source? I can't seem to get it to work. I believe this is because there is currently no way (that I can see, at least!) to add the VPN Solace requires. I get "JNDI lookup failed" with the exception:
{{com.solacesystems.jcsmp.JCSMPErrorResponseException: 401: Incomplete Authentication Configuration [Subcode:1] cause: null.}}

When I play around with the flume code locally and add the support for a solaceVPN property in the config and add the line:
{code}
contextProperties.setProperty("Solace_JMS_VPN", solaceVPNName);
{code}
to the JMSSource everything works fine.

Can the JMS source work out of the box with Solace?

  was:
Has anyone been able to connect to a Solace queue/topic with the JMS source? I can't seem to get it to work. I believe this is because there is currently no way (that I can see, at least!) to add the VPN Solace requires. I get "JNDI lookup failed" with the exception: com.solacesystems.jcsmp.JCSMPErrorResponseException: 401: Incomplete Authentication Configuration [Subcode:1] cause: null.

When I play around with the flume code locally and add the support for a solaceVPN property in the config and add the line:
contextProperties.setProperty("Solace_JMS_VPN", solaceVPNName);
to the JMSSource everything works fine.

Can the JMS source work out of the box with Solace?


> JMS Source with Solace and the VPN  initial context property?
> -------------------------------------------------------------
>
>                 Key: FLUME-2559
>                 URL: https://issues.apache.org/jira/browse/FLUME-2559
>             Project: Flume
>          Issue Type: Question
>            Reporter: Lauren Ryan
>
> Has anyone been able to connect to a Solace queue/topic with the JMS source? I can't seem to get it to work. I believe this is because there is currently no way (that I can see, at least!) to add the VPN Solace requires. I get "JNDI lookup failed" with the exception:
> {{com.solacesystems.jcsmp.JCSMPErrorResponseException: 401: Incomplete Authentication Configuration [Subcode:1] cause: null.}}
> When I play around with the flume code locally and add the support for a solaceVPN property in the config and add the line:
> {code}
> contextProperties.setProperty("Solace_JMS_VPN", solaceVPNName);
> {code}
> to the JMSSource everything works fine.
> Can the JMS source work out of the box with Solace?



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)