Hi JB,
You can ignore as it ended up being a credentials issue as it is working now
manually, but thanks for checking.
Jim
-Original Message-
From: Jean-Baptiste Onofré
Sent: Monday, March 21, 2022 10:37 PM
To: users@activemq.apache.org
Subject: Re: jolokia api differences between
seems a newer version of jolokia may be now used for 5.17? Or did it change
in some other fashion?
Where can we find good docs on the rest api from the activemq side?
Thanks, Jim
This electronic communication and any attachments may contain confidential and
proprietary information of Maxar, Inc
? I.e. I am not seeing backward compatibility
issues?
Thanks,
Jim
This electronic communication and any attachments may contain confidential and
proprietary information of Maxar, Inc. If you are not the intended recipient,
or an agent or employee responsible for delivering this communication to
Thanks much Justin for taking the time to respond with that insight and yes
that is very helpful.
Fyi, it looks like we may keep supporting classic for a while longer, but this
context is great to have as we dive in more on what additionally we may need to
convert etc.
Jim
-Original
should not see those warnings in our logs during normal
operations correct? Unless perhaps the client is truly having a
connection/internet issue? Which in this case I am not observing that.
Thanks, Jim
This electronic communication and any attachments may contain confidential and
proprietary info
Thanks Justin and understood.
It does look though from the roapmap web page progress things are getting
closer functionality wise and that was why I "thought" you may be able to share
something in the near future or at least a vague timeframe but of course I
understand it is a big
quot;
I assumed the above is referencing an ActiveMQ 6.0 which would be that Artemis
major version release, or did I not understand this correctly?
Thanks, Jim
-Original Message-
From: Clebert Suconic
Sent: Tuesday, February 1, 2022 3:23 PM
To: users@activemq.apache.org
Subject: Re
information
asap
As we have major changes to make around that for both our server/broker setup
of course and our jms client we use against it and of course the reliability
and security etc
of our usage depends heavily on it running well in production.
Thanks in advance for what you can share,
Jim
Thanks, Justin. That's working for me now. Had to hit the refresh button a
couple of times to get my cache cleared out. How about you, Luc?
On Tue, Apr 23, 2019, 9:43 AM Justin Bertram wrote:
> Try it now.
>
>
> Justin
>
> On Tue, Apr 23, 2019 at 10:49 AM Luc Hebert
Hi Luc,
The link you posted seems to be working for me, however, if I drill down a
little further, I do see that the generated API pages are not showing up.
https://activemq.apache.org/components/nms/nms-api
Is this what you are referring to?
Best,
Jim
On Tue, Apr 23, 2019, 7:53 AM Luc Hebert
That version should be compatible.
On Wed, Oct 24, 2018, 2:08 PM SMerrill8 wrote:
> Currently, we use a vendor supplied enterprise level application which
> implements ActiveMQ 5.10.0 as a server.
> I am connecting to it by using Apache.NMS.ActiveMQ 1.7.2.4108 as a C# .NET
> client.
> I am havin
The first question is what problem are you trying to solve?
On Sun, Aug 13, 2017 at 8:26 AM or wrote:
> Hi,
>
> I would like to know if it is possible to use the NMS WCF library with web
> socket as binding, in order to connect to ActiveMQ.
>
>
> Thanks,
> Or
>
>
>
> --
> View this message in con
rote:
> Thanks, Jim. If failover works with a single instance, then I surely did
> reinvent the wheel :-)
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/ActiveMQ-NMS-and-Failure-Recovery-tp4717704p4717869.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
Yes, failover works on a single instance. I think I mentioned that in my
first reply. You don't need to list two brokers. You just need to have the
failover: keyword in the connection URI.
On Thu, Oct 13, 2016, 7:49 AM Tim Bain wrote:
> Yes, the failover transport works in all three dialects (Ja
It seems like you reinvented the wheel a little bit there, but I'm glad you
got it to work for you.
Cheers!
On Wed, Oct 12, 2016, 8:36 AM magmasystems
wrote:
> Thanks Jim and Tim. I managed to hook up a poor-man's recover mechanism.
> Our
> application uses a framework
or time in order to do it.
This seems like a debugging issue, and not really a bug in the client.
On Wed, Oct 12, 2016, 6:16 AM Tim Bain wrote:
> As Jim said, the failover transport should ensure that your client
> reconnects even if the broker disconnects the client due to a
> breakpo
The first thing I notice is that you haven't actually enabled failover. The
connection URI should be based on this:
activemq:failover:tcp://hostname:61616
The inclusion of failover: is important.
Beyond that, if you break inside of a debugger, you most likely will be
disconnected by the broker.
t syncs them all. I guess
> that's normal?
>
> On Tue, Sep 13, 2016 at 4:55 PM, Jim Gomes wrote:
> > Disregard. There seems to be synchronizing issues between the mirrors.
> Some
> > mirrors have it, some don't. I had to manually browse the mirrors to find
> >
Disregard. There seems to be synchronizing issues between the mirrors. Some
mirrors have it, some don't. I had to manually browse the mirrors to find
one that did.
On Tue, Sep 13, 2016 at 1:48 PM Jim Gomes wrote:
> The download links are still broken. How long before they will b
The download links are still broken. How long before they will be active?
On Tue, Sep 13, 2016 at 8:40 AM Clebert Suconic
wrote:
> Apache ActiveMQ Artemis 1.4.0 has been released.
>
> There are a lot of improvements included in this release:
>
> - Possibility of using a max size for paging, and
megakid,
You stated in your message "We are trying to establish why the C# NMS
library has created all these threads.
" but you are using the Obvs library to create connections for you. It is
just as likely that this library is creating the high number of threads. If
you want to narrow down a po
de sample is under the Apache 2.0 license, so
feel free to use it however you wish.
Best,
Jim
-- 8< CUT HERE >8 ---
function load-nms()
{
$private:testdir = "$(get-location)\testing"
if(!(test-path $private:testdir))
{
mkdir $private:tes
It looks like you are running Artemis embedded within Wildfly, but didn't
mention what version of Artemis you are using. What happens if you try to
connect to Artemis when it is not embedded within Wildfly?
Also, you are connecting to port 5445. Is this the port that has the
OpenWire protocol hand
> you?
>
>
> The need is to be able to use the same scripting language that our windows
> guy would use for the rest of the integration. A ready PowerShell module
> would be ideal. Having to compile things or use Java (just to load a
> message) creates a threshold of some sort.
&g
The NMS client library is a very popular way to connect to ActiveMQ. It
runs on both .NET and Mono. You can find out more about it from here:
http://activemq.apache.org/nms/nms.html
On Wed, Sep 30, 2015, 5:41 AM Tim Bain wrote:
> Most people on both Windows and Linux use the Java or C++ client
Yes, this is expected behavior. The NMS API maps to the JMS API. It is not
an exact implementation of JMS. It is it's own thing that has the same
functionality as the JMS API.
On Mon, Aug 17, 2015, 3:55 PM fmansoor wrote:
> Hi everyone,
>
> I am trying to understand how the .Net Apache.NMS.Activ
The reason is that I don't have iOS devices. :-) Sorry, I can't help with
that. All of the code should be portable, though. I'm glad you were able to
get the code working on Android!
On Sat, Aug 8, 2015, 6:51 PM olliog wrote:
> I got a connection established via Stomp in a Xamarin.Android applic
I only experimented with the Stomp provider. I didn't have a chance to try
out the MQTT provider. The Stomp provider definitely works, but if you have
the time to look into the MQTT provider, that would be great! My
understanding is that MQTT is meant for mobile devices with possibly bad
connection
You should use the Apache.NMS.Stomp provider for running on Android. It is
100% portable to Xamarin.
On Tue, Aug 4, 2015 at 8:27 PM, olliog wrote:
> Hi everyone,
>
> I could build Apache.NMS via the in 1.7 provided Android project. But when
> I
> tried to establish a connection to an ActiveMQ se
I get these messages all the time, too. It's annoying. So far, they seem
harmless.
On Thu, Jul 9, 2015, 8:27 AM Tim Bain wrote:
> Requesting the index of the last 100 messages and looking them up on Nabble
> has worked for me when I get them.
> On Jul 9, 2015 8:38 AM, "Robbie Gemmell" wrote:
>
Thanks for reporting this. Could you log this in JIRA as a defect so we can
track it there?
On Mon, Jun 1, 2015, 9:07 AM daelliott wrote:
> ActiveMQ v5.9.1
> Apache.NMS v1.6.0.3083
>
> The InitialRedeliveryDelay doesn't seem to work.
> I added a try...catch block to display the time and then re
Hello,
The best way to get a list of topics and queues is by using the Statistics
Plugin on the broker. Check the documentation here:
http://activemq.apache.org/statisticsplugin.html
On Mon, Apr 27, 2015 at 4:40 PM gokhaled89 wrote:
> How do I get list of queues and topics using ActiveMQ NMS
The NMS.MSMQ provider is supported, and does compile with the latest NMS
1.7.0. It's just that a new binary hasn't been put out in a while.
On Apr 30, 2015 10:05 PM, "rjrizzuto" wrote:
> Thanks for the update. I am new to Apache.NMS and message oriented
> middleware in general. We currently are
If you need help in bull building the ZeroMQ provider, let me know.
On Thu, Apr 30, 2015, 1:13 AM Timothy Bish wrote:
> On 04/29/2015 11:38 AM, rjrizzuto wrote:
> > I saw https://issues.apache.org/jira/browse/AMQNET-333 in the release
> notes
> > for Apache.NMS 1.7.0. Is there a binary availabl
The ZeroMQ provider isn't quite ready to be declared stable. There are
still more things I want to do with it. It basically works, but due to the
inherent asynchronous nature of ZeroMQ, it is difficult to create a
deterministic workflow of knowing exactly when a sender and receiver are
fully initia
+1
Thanks for all the hard work!
On Thu, Aug 21, 2014 at 1:22 PM, Timothy Bish wrote:
> Great work Chuck!! Looking forward to seeing this make its way to a 1.0
> release.
>
>
> On 08/21/2014 02:08 PM, Chuck Rolke wrote:
>
>>
Check your clocks. They may be out of sync, and the messages may become
stale and be ignored by a consumer. To test this, you can run the broker
and client on the same machine. If that is not possible, add the
TimestampPlugin to your broker. In NMS (I know you are using the Java
client), there i
machine will show up as a
distinct connection.
On Thu, Jun 5, 2014 at 12:02 PM, pwalter wrote:
> Jim,
> Thanks...
> What do you use for the connectionID? Will null work?
>
>
>
>
> --
> View this message in context:
> http://activemq.2283324.n4.nabble.com/ActiveM
NMSConnectionFactory(providerURLs,
connectionID);
IConnection connection = cf.CreateConnection(userName, password);
Best,
Jim
On Thu, Jun 5, 2014 at 10:55 AM, pwalter wrote:
> ActiveMQ NMS fails when User/Password is required. ActiveMQ with JAVA works
> with same URL/us
27;s documented
somewhere on the ActiveMQ website. A quick search should turn it up.
Best,
Jim
On Tue, Feb 11, 2014 at 2:40 AM, HellKnight wrote:
> Hi Mr. JGomes:
>I want to call REST management API in c# code, where can I get the wsdl
> file? Is using HttpWebRequest/Response cla
ry helpful.
Best,
Jim
On Thu, Nov 14, 2013 at 10:30 AM, dantran wrote:
> Hi I have a need to transport a large amount messages from .NET into java
> and
> ActiveMQ seems to be a good good fit for this bridge.
>
> However, I am running into some performance that I need to unders
I see the problem you are encountering. Let me play around with it again to
see if I can come up with some suggestions.
On Thu, Oct 10, 2013 at 12:13 AM, HellKnight wrote:
> Mr. Gomes:
> I am using the Statistics plug-in now. I used wildcard to get the
> statistics of every destination on
You can try using the Statistics plug-in. See here for more information:
http://activemq.apache.org/statisticsplugin.html
See here for some sample NMS code that uses it.
http://stackoverflow.com/questions/15746391/how-to-access-the-activemq-statistics-plugin-in-net/15845642#15845642
On Wed, Oc
Use the following URL option to avoid hanging on startup when using the
failover transport.
activemq:failover:tcp://activemqhost:61616*
?transport.StartupMaxReconnectAttempts=3*
Set the startup max reconnect attempts to whatever number you want. It
will eventually stop trying at start up. Once
Hi Ethan,
Thanks for following up with your solution. Hopefully, it will help the
next person, too.
Best,
Jim
On Jun 19, 2013 5:08 AM, "Ethan Winograd"
wrote:
> ok I realized what we were doing wrong...
>
> Instead of creating a consumer from an IQueue I was creating it fro
Add the statistics plugin to the broker, and then create a monitoring
program that will watch your queues, and if they go to zero producers, then
delete them. Name the queues with a standard prefix, so the monitoring
application can select all of them with a wildcard pattern.
On Fri, Apr 26, 201
Did you try lowering the StartupMaxReconnectAttempts to 1? This gives you
one try at startup, which sounds like what you are trying to accomplish,
right? Don't lower it to 0, because that effectively disables it, and it
will immediately go into failover mode at startup and continue to try
connect
You may not even need to use transactions. Hope that
helps.
Best,
Jim
On Wed, Apr 10, 2013 at 3:06 AM, colin_lee wrote:
> Hello all,
>
> when i used ActiveMQ, i met a problem, how to delete message according the
> property what i set?
>
>
> currently, i didn't find method to
If you are compiling with .NET 4.0, you can't use the Client Profile.
You'll need to use the full version of .NET 4.0.
I check out the source and build the whole library myself, and everything
seems to work for me. The NMSConnectionFactory.cs is part of the main
Apache.NMS project, not the Apach
Here is the list of files that I have in my output folder:
Apache.NMS.ActiveMQ.dll
Apache.NMS.dll
Ionic.Zlib.dll
NMSFactoryTest.exe (This is the name of project I created using your
sample code.)
NMSFactoryTest.exe.config (This only has a declaration to use .NET 4.0
runtime.)
That's all t
Hello,
The parameters are case sensitive. Try using the following URI:
activemq:failover:(tcp://activemqhost:61616)?transport.StartupMaxReconnectAttempts=3
Best,
Jim
On Tue, Apr 9, 2013 at 6:27 AM, EveX wrote:
> Hi.
>
> We're using ActiveMQ with .NET and WCF. When we call
en add the
Apache.NMS.ActiveMQ.dll and Ionic.Zlib.dll as content files that are copied
to the output folder if they are newer, but I don't reference them directly.
Best,
Jim
On Tue, Apr 9, 2013 at 8:28 AM, JavyRocks wrote:
> Hi
> It doesn't work either
>
> still get the same
A JIRA ticket might be a good way of handing it off. If it's a unit test,
that would be an excellent start to adding some unit tests to the WCF
provider.
On Thu, Feb 28, 2013 at 6:29 AM, stynor wrote:
> Thanks! Yes, I'll send a test case - I'll need to clean up the code since
> the driver pr
Thanks for the config. I'll take that and set it to my environment. Would
you mind sharing your sample code that you have so far to send the initial
message?
On Wed, Feb 27, 2013 at 3:13 PM, stynor wrote:
> Its either that, or bitrot has set in and the code - which appears to be
> almost 5 ye
gt; 354
>
>
> jgomes wrote
> > Hi Steve,
> >
> > I read the reply from marc_s on that Stack Overflow link you provided.
> > What is missing from his answer that you are needing? It seems like he
> > covered the solution necessary for implementing request reply, o
Hi Steve,
I read the reply from marc_s on that Stack Overflow link you provided.
What is missing from his answer that you are needing? It seems like he
covered the solution necessary for implementing request reply, or am I
missing something different in your requirements?
Best,
Jim
On Tue
Tim,
I just had a chance to look at the repository link you included, and it
appears that all of the old API versions are indeed gone. I doubt there
will be much chance of recreating them.
On Sun, Feb 24, 2013 at 4:05 PM, Jim Gomes wrote:
> Excellent. Thanks, Tim. I'll follow up wi
Excellent. Thanks, Tim. I'll follow up with Hiram to see if we can get this
squared away.
On Feb 24, 2013 3:32 PM, "Timothy Bish" wrote:
> On 02/24/2013 05:56 PM, Jim Gomes wrote:
>
>> Hi pwalter
>>
>> Thanks for your inquiry. I have not had a opportunity
deleted, it
may take quite a while to regenerate all of the old versions, and I doubt I
would put my time into doing all the old versions.
Best,
Jim
On Feb 24, 2013 2:05 PM, "pwalter" wrote:
> ANY IDEA WHY THE NMS LINKS ARE STILL NOT AVAILABLE??
>
>
>
> --
> View thi
It looks like the files were deleted from the server, or moved into a
different folder. I'm not sure what happened to them, but thanks for the
heads up. I'll try and look into this to see if we can bring them back
online.
On Sat, Feb 16, 2013 at 9:32 AM, pwalter wrote:
> The links to the NMS
e that the MSMQ
implementation doesn't support using format names currently, but it could
be enhanced to do so. Some examples and test cases would be helpful. Also,
any code patch submissions are always welcome.
Best,
Jim
On Mon, Feb 4, 2013 at 4:53 AM, andredtrsa wrote:
> Hi
>
>
Hi,
So you mean I can't go bellow 28MB?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Can-ActiveMQ-become-as-light-and-lean-as-possible-tp4662140p4662189.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
I apologize for my elementary/lamen question but I don't know Scala.What does
it mean that it requires Scala runtime?It is not possible to use Apollo in a
JRE-6?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Can-ActiveMQ-become-as-light-and-lean-as-possible-tp4662140p46
I would prefer as minimalistic as possible.But if the min is just less than
10MB I am ok.
I don't have Scala.
Also what is Apollo? Different project?Is it active?Is it supported by the
same as Active-MQ developers?
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Can-Activ
Hi,
I need to use JMS and I am looking into using Active-MQ.
But the issue I have is the following: I have really small needs and don't
need the full features offered. I mean I only need 1 protocol (TCP) and the
messages exchanged are small and simple.
What I need is: how can I *"strip" down* Acti
Hi Lori,
I don't have a solution for you, but could you provide a small test app (or
better yet, a unit test) that can be used to reproduce the problem? Any
kind of resource or memory leaks are top priority.
Thanks,
Jim
On Tue, Dec 25, 2012 at 12:37 AM, Lori wrote:
> Hi!
>
ecision as to whether
we should do this.
Thanks,
Jim
On Sat, Nov 24, 2012 at 5:45 PM, dean.ward wrote:
> Hi Jim,
> There's a form to fill in on codebetter.com which would allow create of
> automated builds for all the NMS projects to be performed whenever a tag is
> created in /
Hi Rolin,
Just an idea, but what about listing the first broker twice in the failover
list?
failover:(tcp://broker1:61616,*tcp://broker1:61616*,tcp://broker2:61616)?...
On Thu, Nov 22, 2012 at 11:47 AM, rolin wrote:
> Hi,
>
> I am running activemq 5.4.2 with JDK1.6.025 in Linux. There are
lays in to connecting things to NuGet.
Maybe it'll become clearer once you've had a chance to explore things a
bit more.
Best,
Jim
On Sat, Nov 24, 2012 at 3:22 PM, dean.ward wrote:
> Hi Jim,
> I've seen a fair bit of success with projects using the codebetter.com
> Team
Hi Dean,
This would be a great way to extend the exposure of NMS. Any suggestions
on how to automate this would be appreciated.
Best,
Jim
On Sat, Nov 24, 2012 at 5:25 AM, dean.ward wrote:
> Hi all,
> Any plans to make the NMS STOMP binary a NuGet package? Apache.NMS.ActiveMQ
> and A
ver in the first
place, then you should be able to use failover.
Best,
Jim
On Sat, Nov 24, 2012 at 5:22 AM, dean.ward wrote:
> Hi all,
> I'm attempting to use Apache.NMS.ActiveMQ with Apollo 1.5's Openwire
> protocol support. Does anybody know if the failover transport is suppo
Use the full .NET framework in your project, not the Client Profile.
Right-click on your Project in *Solution Explorer*, and select Properties.
On the *Application* tab, set the *Target framework* to *.NET Framework 4*.
On Mon, Oct 15, 2012 at 5:44 PM, songu wrote:
> Hi Guys,
>
> I have an iss
Hi Philip,
Glad you were able to fix the problem and get it working. Good luck with
your project!
Best,
Jim
On Sun, Sep 30, 2012 at 8:55 PM, philipyao wrote:
> Hi Jim!
>
> A teammate of mine figured out what was wrong.
> I was using the port number for the web app for the a
name, app name, and a guid.
On Sep 27, 2012 8:57 PM, "philipyao" wrote:
> Hi Jim!
>
> Still does not work for me.
> "Connection is already closed." exception keeps popping up. :(
>
> By the way, I don't have a ClientID for the activeMQ that I am connecting
eConnection(userName,
password);
connection.Start();
Hope that helps.
Best,
Jim
On Thu, Sep 27, 2012 at 1:04 AM, philipyao wrote:
> Hi guys!
>
> I am new to activeMq and I have some problems when starting a connection
> after being created.
> It always throws a ConnectionClosed
Yes, it does reconnect to the same broker. I recommend using it to ensure
reliability against network outages.
I also noticed that you are running against an ActiveMQ 5.6 SNAPSHOT. Is
there a reason you haven't upgraded to the shipping version? If the
problem is due to a problem on the server s
One thing you didn't mention that could be helpful is whether you are using
the failover protocol. I would think that any network interruption would
be handled by the failover layer and automatically reconnect the consumer.
Other than that, have you noticed any pattern to the connection, such as
Optimized acknowledge appears to be a consumer setting, not a connection
setting. You should be able to configure a consumer using URL parameters.
For example, set your consumer destination to the following:
topic://mydestination*?consumer.OptimizedAcknowledge=true*
The parameter is is bold.
There's nothing inherently 32-bt about NMS. It should be compiled for Any
CPU, which means it runs as 64-bit on a 64-bit system. I routinely run
native 64-bit applications, but then I build from source. I'm pretty sure
the courtesy binary DLL distribution should be compiled for Any CPU.
On Tue,
n the same folder as the Apache.NMS.dll assembly.
Hope that helps,
Jim
On Wed, Apr 4, 2012 at 4:48 AM, newtonsri wrote:
> Hi,
>
> I am new to NMS and so this question might sound very silly. When I tried
> to
> run a sample producer/consumer code I got an exception saying
> IConn
A bit of a heads-up, when using a a Request/Reply pattern, *don't* use temp
queues. Temp queues (and temp topics) are severely broken in the ActiveMQ
5.4.x and 5.5.x versions. They will only work for a short time before the
broker uses up whatever resources, and then it will kick your client off
Great! Glad it worked. Thanks for letting me know.
--
This is the Droid you're looking for.
On Sep 19, 2011 3:59 PM, "zcduthie" wrote:
> I've left it running for a week and everything seems to be working fine.
> What a silly mistake!
>
> Thanks very much!
>
> --
> View this messag
Try removing the ?wireFormat.maxInactivityDuration=0 parameter from your
connection URI.
On Sun, Sep 4, 2011 at 8:53 PM, zcduthie wrote:
> I've been searching for a solution to this problem for a while, however I
> could not find something that actually worked anywhere on these forums.
>
> Basi
pollo
Regards
Dejan,
Thanks for the prompt, frustrating but reasonable answer.
Jim
E_LIMIT);
P.S. Where do the temp files go? Are these cleaned up anywhere?
Thanks!
Jim
P.P.S. I would love to see more documentation on the ActiveMQ site
regarding programmatic usage of the brokers.
Timestamps. Check the date/time on your client and server machines. If
they are out of sync and you are using TimeToLive, then that will cause
problems. To rectify this, you can use the TimeStampPlugin on the broker.
On Fri, Jan 28, 2011 at 5:53 AM, Anuj Shah wrote:
> I have a queue with cons
I haven't seen that particular problem. I also have some Windows services
that connect to AMQ, but they shut down without hanging. Can you try
running with the latest trunk version to see if you can reproduce this
problem? It might also be interesting too see a sample of your connection
URI. Fe
Anyone have any idea whether this might be user error or a problem with
ActiveMQ? If it's the latter I can open a JIRA issue.
Thanks,
Jim
On 11/9/2010 5:19 PM, Jim Newsham wrote:
P.S. ActiveMQ 5.3.2, Camel 2.4.0. I'm running both embedded (i.e.,
starting up in Java code), and
alues based on message size etc, but are not based on real JVM
> stats. Typically, the JVM heap needs to be configured to exceed the
> broker systemUsage limit by about 30%
>
> On 10 November 2010 22:18, Jim Lloyd wrote:
> > Suppose I have topics a.1, a.2
llows:
Is the 128mb limit a total cap on all traffic to a.>, or is it 128Mb for
each of the N topics?
Thanks,
Jim Lloyd
P.S. ActiveMQ 5.3.2, Camel 2.4.0. I'm running both embedded (i.e.,
starting up in Java code), and no custom class loaders (no osgi, spring,
or anything fancy). As stated before, the classes (proxy, non-proxy,
interfaces) are all in the same (global) classpath.
Jim
On 11/9/2010 5:
at
org.apache.activemq.util.ClassLoadingAwareObjectInputStream.resolveProxyClass(ClassLoadingAwareObjectInputStream.java:48)
... 34 more
Thanks,
Jim
Hi Dejan,
Yes, it appears that my problem has been resolved in the latest snapshot
build. That's great! Thanks for referencing that for me.
So, I guess I can't reproduce ajitroy's issue.
-Jim
On Thu, Nov 4, 2010 at 10:17 AM, Dejan Bosanac wrote:
> Hi Jim,
>
> what
I can reproduce this.
On Windows, start a brand new broker. Once everything is up and running,
use Task Manager to forcefully kill the executable. Attempt to start the
broker, and it will never come up. It has gone into a wedged state upon
abnormal termination.
If that is enough of a detailed
g AMQ 5.3.1 but we'll probably upgrade to 5.4 soon so I am
happy to take recommendations specific to 5.4.
Thanks,
Jim Lloyd
Try putting the tags in alphabetical order.
- Jim
-Original Message-
From: Theo Bot
Sender: thg@gmail.com
Date: Sun, 22 Aug 2010 16:15:48
To:
Reply-To: users@activemq.apache.org
Subject: ActiveMQ 5,4.0 Security plugin and destinationPolicy
Hi all,
When I combine the activemq
the assemblies just fine.
If you are encountering any specific problems when running under .NET 4.0,
please post a more detailed explanation so we can look into it further.
Thanks!
- Jim
On Mon, Jun 21, 2010 at 5:26 PM, Timothy Bish wrote:
> On Mon, 2010-06-21 at 17:19 -0700, slyfox wrote:
&g
wedToConsume so that I could plugin my
own isPermissableDestination()?
FYI I need a feature where I can deny access to a wild card topic and then
selectively allow access to a specific (non-wildcarded) topic matching the
denied wild card. But I need to do this based on the logged in user on the
conn
okers.
I'm now studying the BrokerFilter interface which seems promising, but I'd
appreciate it if anyone can save me some time by telling me either that 1)
no, BrokerFilter can't do this, or 2) yes, BrokerFilter can, and then give
short outline of how to do it.
Thanks,
Jim Lloyd
the remaining pieces
will be easy. :)
Thanks again,
Jim
On Fri, May 21, 2010 at 10:05 AM, Jim Lloyd wrote:
> James,
>
> Are you sure this should is fixed in 5.3.1? (You said fix in > 5.3.1, not
> >= 5.3.1). As it turns out I was using 5.3.0 for the client side (i.e. a
> '
1 - 100 of 282 matches
Mail list logo