Re: FileSystem JNDI Context for ActiveMQ 5.2

2008-12-24 Thread David Jencks
You might be looking for something a lot more complicated than necessary for ActiveMQ. What exactly do you want to look up that can't be configured in jndi.properties? thanks david jencks On Dec 24, 2008, at 7:15 AM, KLA2008 wrote: Hello Joe, jndi.properties file is used by client appl

NPE for ${requestContext.brokerQuery.brokerAdmin.brokerName}

2008-12-24 Thread Shahzad Bhatti
I am trying to setup embedded ActiveMQ inside Tomcat. It is largely based on admin webapp included in the distribution. However, when the server starts up, I see type Exception report message description The server encountered an internal error () that prevented it from fulfilling this request.

Re: NPE: java.net.UnknownHostException after installing 5.2, same config as 5.1

2008-12-24 Thread Joe Fernandez
Updated the wiki Joe bsnyder wrote: > > On Mon, Dec 22, 2008 at 4:14 AM, Gary Tully wrote: >> You need to change the format for the uri to specify the group via a >> parameter. This is the upshot of the resolution to >> http://issues.apache.org/activemq/browse/AMQ-1489 - check out the >> deta

Re: FileSystem JNDI Context for ActiveMQ 5.2

2008-12-24 Thread KLA2008
Hello Joe, jndi.properties file is used by client application. This file set the JNDI properties among wich "java.naming.provider.url" whose value refer -in case of FileSystem based JNDI- to the directory path containig the bindingfile. (example : java.naming.provider.url=file://D:/Dev/jndiconte

Re: FileSystem JNDI Context for ActiveMQ 5.2

2008-12-24 Thread Joe Fernandez
AFAIK, ActiveMQ does not rely on a .bindings file for JNDI support. It does rely on the jndi.properties file. See the following page to learn more about ActiveMQ's support for the JNDI http://activemq.apache.org/jndi-support.html Joe Free ActiveMQ user guide at http://www.ttmsolutions.com KLA2

FileSystem JNDI Context for ActiveMQ 5.2

2008-12-24 Thread KLA2008
Hi all, I'm giving a Try to ActiveMQ 5.2, and I'm using JNDI (FileSystem stored) to access my adminstrated objects. I've been looking around for how to generate the ".binding" file and all that I've found is this tutorial with a sample for ActiveMQ 4.X, and it did not work for me ( http://activ

Re: timeout error

2008-12-24 Thread Dejan Bosanac
Hi, it seems like your client loses network connection to the broker. You can try to implement a failover functionality for your client, that will detect this cases and try to reconnect. You can take a look at PHP client for example: http://stomp.codehaus.org/PHP+Connectivity#PHPConnectivity-Failo