Hi Andreas,

Thanks for your response. I looked at the [1] but could not find any plugin configuration in the blueprint xml. Just to make things clear, I know how to create broker using blueprint xml. There is activemq-blueprint feature does this very well.

What I am looking for is to configure a ActiveMQ plug-in (interceptor) to meet my security requirements. Plugin configurations work well when I use spring based ActiveMQ configuration. Below is the working code (using spring configuration)

<bean xmlns="http://www.springframework.org/schema/beans";
id="restrictedConnectionPlugin" class="com.viithiisys.activemq.security.ConnectionCountPlugin">
<property name="dataSource" ref="dataSource"/>
</bean>

If I use the same configuration, in blueprint it does not work and blueprint creation goes into GracePeriod state forever with a log message "waiting for name space handler". I have also modified my broker xml to include Spring namespace and nothing worked.

Thanks,

Raj

On Thursday 21 June 2012 07:52 PM, Andreas Pieber wrote:
of cause it's possible. See [1] e.g. for an example.

Kind regards,
Andreas

[1] 
https://github.com/openengsb/openengsb-framework/tree/v2.5.0/infrastructure/jms

On Wed, Jun 20, 2012 at 9:08 PM, Rajbir Saini<rajbsa...@yahoo.com>  wrote:
Hi,

Is it possible to configure ActiveMQ plug-in using activemq-blueprint? I
search around but could not find a way to configure it.

Thanks,

Raj

Reply via email to