To fix this I made some changes in the LDAPLoginModule. The problem appears
to lie in the getRoles method. I based my changes on the code that finds the
topic and queue objects in the LDAPAuthorizationMAP and the code that finds
the user in LDAPLoginModule. Here is the diff:
@@ -49,6 +49,8 @@
im
Using the default broker config I get an error message that there are too
many open files when I try to produce to 1000 topics.
I am not able to load any other configuration files.
If I give the url argument with the configType argument it seems to get
ignored:
mvn activemq-perf:broker -Durl=brok
I made the changes indicated here:
http://www.javaworld.com.tw/jute/post/view?bid=11&id=234692&sty=1&tpg=1&age=0
and now it works fine.
--
View this message in context:
http://www.nabble.com/Trouble-with-the-maven-activemq-perf-plugin-tp19003666p19056881.html
Sent from the ActiveMQ - User mail
I am interested in using the maven-activemq-perf-plugin for load testing. I
am not able to get this to work as described by the wiki:
http://activemq.apache.org/activemq-performance-module-users-manual.html
I tried changing the groupId in the activemq-perf pom.xml as suggested in
the following th
Is this also the case in CMS (activemq-cpp)?
rajdavies wrote:
>
>
> On 14 Jun 2008, at 01:50, Joshua Smith wrote:
>
>> All-
>>
>> I'm reading a number of references on JMS written some time between
>> 2001 and
>> now. The challenge that comes with that is knowing which things are
>> stil
I am trying to handle specific exceptions in activemq-cpp 2.2. For example, I
would like to catch the SocketException that occurs when the client fails to
connect to the broker upon connectionFactory->createConnection(...). The
structure that would allow me to cast the CMSException to a more speci
Judging from exceptions I'm no longer receiving the plugin is able to
authenticate the user and find the topic and queue objects. However it does
not see the admin attribute and refuses to let my user create the
ActiveMQ.Advisory.Connections topic. I don't see anywhere in the
configuration what th
I'm trying to set the queueSearchMessageFormat and topicSearchMessageFormat
but when I have these properties I get a spring error to the tune of:
Caused by: org.springframework.beans.TypeMismatchException: Failed to
convert property value of type [java.lang.String] to required type
[java.text.Mes
I am having trouble configuring the broker to load two custom plugins.
I was not able to get this configuration style to work:
...
...
When I try to do this I get an unrecognized xbean element exception.
I've only been able to get this style to work:
...
but I have n