How to create .NET dll of ActiveMQ with IKVM

2008-11-18 Thread Postol
Hi all, i want to ask if there is someone, who successfully converted ActiveMQ to .NET libraries with IKVM, so he is able to use all functionality of ActiveMQ from C#. I know that there is NMS, but not all stuff is supported there, so i hope there will be someone, who tried it and was successfull

ActiveMQ-CPP Version 2.2.2 RC1 Released

2008-11-18 Thread Timothy Bish
Hey everyone, It's official ... ActiveMQ-CPP v2.2.2 now has a release candidate, RC1. We've found and fixed numerous bugs and improved the asynchronous send mechanism quite a bit. I've created a download page here: ... Feel free to giv

Any implementations of ITrace available in Apache.NMS

2008-11-18 Thread mkeenan
I'm still working on what I think is a thread issue in NMS. I see there are Tracer statements in the code, but it doesn't look like there are any prepackaged providers of the ITrace interface. It would be trivial to roll my own but I want to make sure that is the only option before I go down tha

Re: authorizationPlugin and authenticationPlugin

2008-11-18 Thread babsD
Hi Dejan, Thanks a lot for taking a look at this. I am not sure how to "raise a Jira issue" - this is my first time ever emailing a problem to any site. If you can help with this, please let me know what I should do. In the meantime, I wrote an AuthorizationPlugin and call its installPlugin me

Re: authorizationPlugin and authenticationPlugin

2008-11-18 Thread Dejan Bosanac
It seems there is a bug in that XBean plugins override custom plugins instantiated with "plugins" attribute. Can you raise a Jira issue for this? Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting

Re: Problem with Delayer (Expression language is null)

2008-11-18 Thread Dejan Bosanac
Hi Markus, you should post this message to the Camel user list http://activemq.apache.org/camel/mailing-lists.html Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scripting

Re: Using Stomp and Apache ActiveMQ as reliable syslog

2008-11-18 Thread Dejan Bosanac
Hi, ActiveMQ + Stomp should work just fine for this use case Cheers -- Dejan Bosanac http://www.ttmsolutions.com - get a free ActiveMQ user guide ActiveMQ in Action - http://www.manning.com/snyder/ Scripting in Java - http://www.scriptinginjava.net Rajkumar S wrote: > Hi, > > One of my pr

Re: (AMQ-cpp) Client memory usage increasing

2008-11-18 Thread hiltune4
Looks like async send was the reason for producer memory consumption, thanks for the help. -- View this message in context: http://www.nabble.com/%28AMQ-cpp%29-Client-memory-usage-increasing-tp20557769p20559133.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: (AMQ-cpp) Client memory usage increasing

2008-11-18 Thread hiltune4
Ah sorry I typed wrong, the version of ActiveMQ-cpp in use is 2.2.1. -- View this message in context: http://www.nabble.com/%28AMQ-cpp%29-Client-memory-usage-increasing-tp20557769p20558262.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: (AMQ-cpp) Client memory usage increasing

2008-11-18 Thread Timothy Bish
The first thing I would recommend is to try a later release such as the current 2.2.1, or get the trunk code as its had several more fixes added since 2.2.1. There have been some leaks addressed since the 2.1.1 release which could help to resolve the issue. The other thing to try if you can't u

Problem with Delayer (Expression language is null)

2008-11-18 Thread Markus Reil
Hi, I am using camel 1.5.0 and my RouteBuilder is configured like this: from(waitQueueName).delayer(header(HEADER_EXECUTION_TIME)).bean(routerBean).recipientList(header(HEADER_TARGET_ROUTE)); While the recipientList expression is working the header expression is always ignored. I stepped throug

(AMQ-cpp) Client memory usage increasing

2008-11-18 Thread hiltune4
Hi, System: ActiveMQ 5.1, ActiveMQ-cpp 2.1.1, linux 2.6.x, up-to-date PC with 1GB RAM, non durable topics, auto ack, no transactions, no persistent messages, async send, openwire. We are trying to send textmessages and bytesmessages from ActiveMQ-cpp producer to ActiveMQ-cpp consumer (separate p