RE: Specifying security ciphers using SSL connector for activeMQ

2009-08-26 Thread shrisha
Ya , we can definitely do it in the code, there are API's in java on the Socket and the ServerSocket which allow us to enable only specific ciphers. However I tried to catch hold of these sockets used by extending the following classes SSLTransport,SSLTransportServer,SSLtransportFactory,ActiveMQ

Re: Books/Tutorials

2009-08-26 Thread vezee
Bought the book with 40% discount. Thanks Bruce :-) bsnyder wrote: > > On Wed, Aug 26, 2009 at 1:48 PM, vezee wrote: >> >> Does anyone have a free copy of this book? Do you mind sharing? >> Now its not free. They are asking for $20 for a year :-( > > That's the purchase price for the Manning

PENDING MESSAGES BUILD UP IN THE QUEUE

2009-08-26 Thread SowmyaD
Hi, We are using Activemq 5.2.0 with Spring 2.5.6. The issue we are facing is: When we run load tests, after a few minutes the consumer stops consuming messages and there is a build up of pending messages. If I try to browse the queue in the web console, it is empty (after the consumer stops con

Re: Scaling and tuning issues

2009-08-26 Thread shaldar
Thanks a lot, Dejan. All these links are very helpful. Best - Susmit Dejan Bosanac wrote: > > Hi, > > you can find some information on ActiveMQ performance here in this > whitepaper > > (http://fusesource.com/open_source/activemq-performance/ - > http://fusesource.com/collateral/23 > > Also

Re: Books/Tutorials

2009-08-26 Thread Bruce Snyder
On Wed, Aug 26, 2009 at 1:48 PM, vezee wrote: > > Does anyone have a free copy of this book? Do you mind sharing? > Now its not free. They are asking for $20 for a year :-( That's the purchase price for the Manning Early Release Program (MEAP) copy of the book as a PDF. Manning often sends out pro

Re: No IConnectionFactory implementation problem

2009-08-26 Thread mkeenan
Timothy Bish wrote: > > is the nmsprovider-activemq.config in a location that is visible to the > executing application? > Does anyone know where the [nmsprovider-activemq.config] file should be for an ASP.NET MVC application? I ran into the same error as the OP. The nmsprovider file is in t

Re: ActiveMQ CPP -- client crashes during cleanup

2009-08-26 Thread A_MAJUM
Did anybody read it? Can any of you help me please??? A_MAJUM wrote: > > Hi > http://www.nabble.com/file/p25110969/producer.cpp producer.cpp > > I am trying to use ActiveMQ-CPP in my application. Everything went fine > --- but all the hell broke loose when I restarted the ActiveMQ broker.

need a listener?

2009-08-26 Thread vezee
Similiar to Biztalk, can AMQ post messages from Q directly to a webservice withour our writing any listener or consumer code? when the doc says AM-Q "processess" a message... what exactly is it doing apart from holding the message in the Q/topic similiar to a DB? It boils down to ... how AM-Q di

Re: Books/Tutorials

2009-08-26 Thread vezee
Does anyone have a free copy of this book? Do you mind sharing? Now its not free. They are asking for $20 for a year :-( vezee There is a free ActiveMQ reference guide @ http://www.ttmsolutions.com/contact2.php4 No forms to fill out unless you want to be placed on the mailing list. -- View

RE: Specifying security ciphers using SSL connector for activeMQ

2009-08-26 Thread Mats.Henrikson
> server accepts even Low and Medium strength ciphers , we need to make it > accept only high strength ciphers. Is there a way to specify these ciphers > which should only be accepted in the broker URL as a transport option pt > someway in the connector tag in activemq.xml. I had a look at this (a

Re: JNDI with ActiveMQ embedded in JBoss AS

2009-08-26 Thread Bruce Snyder
On Wed, Aug 26, 2009 at 6:01 AM, Gary Tully wrote: > use both! let the remote clients use the activemq initial context factory > and let components within jboss use the jboss provider. Gary's suggestion is correct because it's actually not possible to add resources to the java: context in the JBos

Commiting Messages with Local Transaction (not XA)

2009-08-26 Thread Adam Brod
Hi- I am working on a system where we want to send a message each time an entity is updated. I really want to commit the message to the broker using a local transaction - I can't use XA. If the local transaction rolls back and the entity isn't committed, then I don't want the message to be sent

Re: JNDI with ActiveMQ embedded in JBoss AS

2009-08-26 Thread Gary Tully
use both! let the remote clients use the activemq initial context factory and let components within jboss use the jboss provider. 2009/8/26 moonbird > > http://www.jboss.org/index.html?module=bb&op=viewtopic&t=160367 > > ... here you find more information in detail. > > I think using: > > // thi

JNDI with ActiveMQ embedded in JBoss AS

2009-08-26 Thread moonbird
http://www.jboss.org/index.html?module=bb&op=viewtopic&t=160367 ... here you find more information in detail. I think using: // this is from http://activemq.apache.org/jndi-support.html //props.setProperty(Context.INITIAL_CONTEXT_FACTORY,"org.apache.activemq.jndi.ActiveMQInitialContext

Re: JNDI with ActiveMQ embedded in JBoss AS

2009-08-26 Thread Gary Tully
This all makes sense, the appserver makes RAR objects available in the application servers moduile private "java:" JNDI context but there is no logic to register activmq destinations and factories directly in the global jndi tree. It is possible to use the activemq initail context to resolve activ

Broker configuration using properties file

2009-08-26 Thread Adrian Co
Hi All, I'm using ActiveMQ 5.2.0, and I'm trying to use the option to configure a broker using properties file. (i.e. I don't want dependency on spring/xbean) See http://activemq.apache.org/broker-properties-uri.html Configuring the basic broker properties work (i.e. useJMX, brokerName, etc), b