[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1239) http example should use JNDI via HTTP
Tim Fox (JIRA)
jira-events at lists.jboss.org
Sat Sep 13 09:18:21 EDT 2008
[ https://jira.jboss.org/jira/browse/JBMESSAGING-1239?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]
Tim Fox updated JBMESSAGING-1239:
---------------------------------
Fix Version/s: 1.4.1.GA
> http example should use JNDI via HTTP
> -------------------------------------
>
> Key: JBMESSAGING-1239
> URL: https://jira.jboss.org/jira/browse/JBMESSAGING-1239
> Project: JBoss Messaging
> Issue Type: Bug
> Affects Versions: 1.4.0.SP3
> Reporter: David Smiley
> Assignee: Tim Fox
> Fix For: 1.4.0.SP3.CP04, 1.4.1.GA
>
>
> The http example uses the http connector to for JMS transport. However, the example is using the typical JNDI configuration which is jnp's protocol. Instead, a complete HTTP transport should be used, even for JNDI. To fix this, simply change jndi.properties to this:
> java.naming.factory.initial=org.jboss.naming.HttpNamingContextFactory
> java.naming.provider.url=http://localhost:8080/invoker/JNDIFactory
> java.naming.factory.url.pkgs=org.jboss.naming:org.jnp.interfaces
--
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators: https://jira.jboss.org/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list