You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@qpid.apache.org by "Erik Aschenbrenner (JIRA)" <ji...@apache.org> on 2014/07/16 14:02:05 UTC

[jira] [Commented] (QPID-5897) Documenation for Qpid JMS Client AMQP 1.0

    [ https://issues.apache.org/jira/browse/QPID-5897?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14063413#comment-14063413 ] 

Erik Aschenbrenner commented on QPID-5897:
------------------------------------------

PS: when I am using the Qpid JMS Client AMQP 1.0 with the connection URL format from Qpid JMS Client AMQP 1.0 version 0.9 documentation this exception is thrown:
javax.naming.NamingException [Root exception is java.net.MalformedURLException: Unknown URL option: 'brokerlist' in connection URL]
	at org.apache.qpid.amqp_1_0.jms.jndi.PropertiesFileInitialContextFactory.getInitialContext(PropertiesFileInitialContextFactory.java:115)
	at javax.naming.spi.NamingManager.getInitialContext(Unknown Source)
	at javax.naming.InitialContext.getDefaultInitCtx(Unknown Source)
	at javax.naming.InitialContext.init(Unknown Source)

> Documenation for Qpid JMS Client AMQP 1.0
> -----------------------------------------
>
>                 Key: QPID-5897
>                 URL: https://issues.apache.org/jira/browse/QPID-5897
>             Project: Qpid
>          Issue Type: Improvement
>          Components: Java Client
>    Affects Versions: 0.28
>            Reporter: Erik Aschenbrenner
>            Priority: Critical
>
> Hello,
> I am missing the documentation of the Qpid JMS client for AMQP 1.0.
> I can only find documenation for the previous version (e.g. 0.10: http://qpid.apache.org/releases/qpid-0.28/programming/book/QpidJMS.html).
> I noticed that there are some differences in the configuration. E.g. the connection URL format described here: 
> http://qpid.apache.org/releases/qpid-0.28/programming/book/QpidJNDI.html#section-jms-connection-url does work with Qpid JMS Client AMQP 1.0: 
> Version 0.9 - connectionfactory.localhost:
> amqp://guest:guest@clientid/default?brokerlist='tcp://localhost:5672'
> vs. 
> Version 1.0 -  connectionfactory.localhost:
> amqp://guest:guest@localhost:5672?clientid=test-client&remote-host=default
> It was very confusion to search the web for the right format and this information should be found here.
> It would be nice if you could update the documentation for the Qpid JMS client to highlight at least the differences to the previous AMPQ versions.
> Kind regards,
> Erik



--
This message was sent by Atlassian JIRA
(v6.2#6252)

---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@qpid.apache.org
For additional commands, e-mail: dev-help@qpid.apache.org