[jboss-jira] [JBoss JIRA] Updated: (JBMESSAGING-1239) http example should use JNDI via HTTP
Tim Fox (JIRA)
jira-events at lists.jboss.org
Wed Jul 9 03:50:35 EDT 2008
[ http://jira.jboss.com/jira/browse/JBMESSAGING-1239?page=all ]
Tim Fox updated JBMESSAGING-1239:
---------------------------------
Fix Version/s: 1.4.0.SP3.CP04
(was: Unscheduled)
> http example should use JNDI via HTTP
> -------------------------------------
>
> Key: JBMESSAGING-1239
> URL: http://jira.jboss.com/jira/browse/JBMESSAGING-1239
> Project: JBoss Messaging
> Issue Type: Bug
> Affects Versions: 1.4.0.SP3
> Reporter: David Smiley
> Assigned To: Tim Fox
> Fix For: 1.4.0.SP3.CP04
>
>
> 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: http://jira.jboss.com/jira/secure/Administrators.jspa
-
For more information on JIRA, see: http://www.atlassian.com/software/jira
More information about the jboss-jira
mailing list