Re: Setting compression through XML configuration

2007-06-20 Thread James Strachan
On 6/16/07, iqbalzaveri <[EMAIL PROTECTED]> wrote: Hello, I am trying to set compression for messages using XML config. Here's a snapshot of the activemq.xml http://activemq.org/config/1.0";> . .. ... factory = new ActiveMQConnectionFactory(url); You are not looking

Re: Setting compression through XML configuration

2007-06-20 Thread keneida
boolean isUseCompression = > ((ActiveMQConnectionFactory)factory).isUseCompression(); > > This still returns 'false'. Am I missing something?? > Expicitly setting useCompression in the code works fine. > > -iqz > -- View this message in context: http://www.n

Setting compression through XML configuration

2007-06-15 Thread iqbalzaveri
ectionFactory)factory).isUseCompression(); This still returns 'false'. Am I missing something?? Expicitly setting useCompression in the code works fine. -iqz -- View this message in context: http://www.nabble.com/Setting-compression-through-XML-configuration-tf3931260s2354.html#a11150167