RE: jolokia api differences between activemq 5.15 and 5.17?

2022-03-22 Thread Wilcox, Jim
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

jolokia api differences between activemq 5.15 and 5.17?

2022-03-21 Thread Wilcox, Jim
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

Any update on release of 5.17

2022-03-14 Thread Wilcox, Jim
? 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

RE: Warnings - Client connection failed / Cleared up resources for session

2022-02-03 Thread Wilcox, Jim
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

Warnings - Client connection failed / Cleared up resources for session

2022-02-02 Thread Wilcox, Jim
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

RE: Artemis next major version of ActiveMQ release date?

2022-02-02 Thread Wilcox, Jim
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

RE: Artemis next major version of ActiveMQ release date?

2022-02-02 Thread Wilcox, Jim
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

Artemis next major version of ActiveMQ release date?

2022-01-31 Thread Wilcox, Jim
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

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Jim Gomes
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

Re: ActiveMQ NMS Documentation Links Broken

2019-04-23 Thread Jim Gomes
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

Re: What version of Apache.NMS.ActiveMQ was compatible?

2018-10-24 Thread Jim Gomes
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

Re: WCF NMS with web socket

2017-08-14 Thread Jim Gomes
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

Re: ActiveMQ NMS and Failure Recovery

2016-10-13 Thread Jim Gomes
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. >

Re: ActiveMQ NMS and Failure Recovery

2016-10-13 Thread Jim Gomes
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

Re: ActiveMQ NMS and Failure Recovery

2016-10-12 Thread Jim Gomes
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

Re: ActiveMQ NMS and Failure Recovery

2016-10-12 Thread Jim Gomes
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

Re: ActiveMQ NMS and Failure Recovery

2016-10-09 Thread Jim Gomes
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.

Re: [ANNOUNCE] Apache Artemis 1.4.0 Released

2016-09-13 Thread Jim Gomes
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 > >

Re: [ANNOUNCE] Apache Artemis 1.4.0 Released

2016-09-13 Thread Jim Gomes
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

Re: [ANNOUNCE] Apache Artemis 1.4.0 Released

2016-09-13 Thread Jim Gomes
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

Re: Apache.NMS.ActiveMQ Threads (C#)

2015-11-27 Thread Jim Gomes
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

Re: ActiveMQ and the Windows world

2015-11-07 Thread Jim Gomes
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

Re: Issue with Wildfly 10 and .Net NMS Client

2015-11-07 Thread Jim Gomes
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

Re: ActiveMQ and the Windows world

2015-10-01 Thread Jim Gomes
> 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

Re: ActiveMQ and the Windows world

2015-09-30 Thread Jim Gomes
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

Re: ActiveMQ .Net: Difference between NMSXGroupID and JMSXGroupID

2015-08-17 Thread Jim Gomes
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

Re: Xamarin: No IConnectionFactory implementation found for connection

2015-08-09 Thread Jim Gomes
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

Re: Xamarin: No IConnectionFactory implementation found for connection

2015-08-07 Thread Jim Gomes
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

Re: Xamarin: No IConnectionFactory implementation found for connection

2015-08-04 Thread Jim Gomes
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

Re: Fwd: Warning from users@activemq.apache.org

2015-07-09 Thread Jim Gomes
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: >

Re: NMS InitialRedeliveryDelay doesn't seem to work

2015-06-01 Thread Jim Gomes
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

Re: Activemq list of queues NMS .NET

2015-05-21 Thread Jim Gomes
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

Re: NMS versioning and NuGet

2015-04-30 Thread Jim Gomes
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

Re: ZeroMQ provider

2015-04-29 Thread Jim Gomes
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

Re: NMS versioning and NuGet

2015-04-29 Thread Jim Gomes
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

Re: Apache.NMS.AMQP : an Apache NMS Provider for AMQP

2014-08-21 Thread Jim Gomes
+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: > >>

Re: Some messages sent to Topics are Lost

2014-06-24 Thread Jim Gomes
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

Re: ActiveMQ NMS Fails when User/Password Required

2014-06-05 Thread Jim Gomes
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

Re: ActiveMQ NMS Fails when User/Password Required

2014-06-05 Thread Jim Gomes
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

Re: REST WSDL/WADL

2014-02-11 Thread Jim Gomes
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

Re: Apache.NMS.ActiveMQ openwire client performance

2013-11-25 Thread Jim Gomes
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

Re: How can I check the existence of a durable subscriber with a given name using NMS?

2013-10-10 Thread Jim Gomes
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

Re: How can I check the existence of a durable subscriber with a given name using NMS?

2013-10-09 Thread Jim Gomes
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

Re: ActiveMQ NMS, connection will be hung with an invalid URL

2013-07-31 Thread Jim Gomes
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

Re: prefetch size variations with nms connections

2013-06-19 Thread Jim Gomes
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

Re: Cleaning up queues...

2013-04-26 Thread Jim Gomes
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

Re: ActiveMQ with WCF blocking in startup

2013-04-16 Thread Jim Gomes
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

Re: How to delete message in queue?

2013-04-10 Thread Jim Gomes
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

Re: No IConnectionFactory implementation found for connection URI: activemq:tcp://localhost:61616

2013-04-09 Thread Jim Gomes
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

Re: No IConnectionFactory implementation found for connection URI: activemq:tcp://localhost:61616

2013-04-09 Thread Jim Gomes
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

Re: ActiveMQ with WCF blocking in startup

2013-04-09 Thread Jim Gomes
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

Re: No IConnectionFactory implementation found for connection URI: activemq:tcp://localhost:61616

2013-04-09 Thread Jim Gomes
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

Re: Apache.NMS.WCF developers?

2013-02-28 Thread Jim Gomes
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

Re: Apache.NMS.WCF developers?

2013-02-27 Thread Jim Gomes
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

Re: Apache.NMS.WCF developers?

2013-02-27 Thread Jim Gomes
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

Re: Apache.NMS.WCF developers?

2013-02-26 Thread Jim Gomes
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

Re: ActiveMQ NMS API Location

2013-02-24 Thread Jim Gomes
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

Re: ActiveMQ NMS API Location

2013-02-24 Thread Jim Gomes
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

Re: ActiveMQ NMS API Location

2013-02-24 Thread Jim Gomes
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

Re: ActiveMQ NMS API Location

2013-02-17 Thread Jim Gomes
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

Re: NMS : Access MSMQ queues by format name instead of path name?

2013-02-06 Thread Jim Gomes
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 > >

Re: Can ActiveMQ become as light and lean as possible?

2013-01-24 Thread Jim
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.

Re: Can ActiveMQ become as light and lean as possible?

2013-01-24 Thread Jim
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

Re: Can ActiveMQ become as light and lean as possible?

2013-01-24 Thread Jim
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

Can ActiveMQ become as light and lean as possible?

2013-01-24 Thread Jim
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

Re: C# NMS 1.5.6 client occurs handles leak problem when trying to reconnect using failover

2012-12-31 Thread Jim Gomes
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! >

Re: Apache NMS Stomp - NuGet Package

2012-11-26 Thread Jim Gomes
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 /

Re: Can Failover transport retry current connection first?

2012-11-26 Thread Jim Gomes
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

Re: Apache NMS Stomp - NuGet Package

2012-11-24 Thread Jim Gomes
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

Re: Apache NMS Stomp - NuGet Package

2012-11-24 Thread Jim Gomes
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

Re: Apollo Openwire, Apache.NMS.ActiveMQ and Failover Transport

2012-11-24 Thread Jim Gomes
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

Re: Unable to use ActiveMQ.NMS on Windows 7

2012-10-17 Thread Jim Gomes
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

Re: ApacheNMS: How to "Open" a closed connection?

2012-10-01 Thread Jim Gomes
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

Re: ApacheNMS: How to "Open" a closed connection?

2012-09-28 Thread Jim Gomes
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

Re: ApacheNMS: How to "Open" a closed connection?

2012-09-27 Thread Jim Gomes
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

Re: C# Consumers Disconnecting

2012-08-28 Thread Jim Gomes
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

Re: C# Consumers Disconnecting

2012-08-27 Thread Jim Gomes
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

Re: Optimised acknowledgement in NMS

2012-06-22 Thread Jim Gomes
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.

Re: 64-bit NMS build

2012-05-22 Thread Jim Gomes
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,

Re: Configuration file for NMS

2012-04-05 Thread Jim Gomes
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

Re: NMSReplyTo and JMSReplyTo

2012-03-07 Thread Jim Gomes
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

Re: Wire format negotiation timeout: peer did not send his wire format.

2011-09-20 Thread Jim Gomes
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

Re: Wire format negotiation timeout: peer did not send his wire format.

2011-09-06 Thread Jim Gomes
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

Re: activemq-camel client only feature

2011-05-23 Thread Jim Talbut
pollo Regards Dejan, Thanks for the prompt, frustrating but reasonable answer. Jim

programmatic config of memory/temp usage limits

2011-02-08 Thread Jim Newsham
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.

Re: Messages not recieved

2011-01-28 Thread Jim Gomes
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

Re: NMS ActiveMQ provider infinite loop on disposal?

2010-11-24 Thread Jim Gomes
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

Re: can't deserialize proxy instance with non-jdk interface

2010-11-12 Thread Jim Newsham
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

Re: memoryLimit in wild-carded policyEntry

2010-11-11 Thread Jim Lloyd
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

memoryLimit in wild-carded policyEntry

2010-11-10 Thread Jim Lloyd
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

Re: can't deserialize proxy instance with non-jdk interface

2010-11-09 Thread Jim Newsham
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:

can't deserialize proxy instance with non-jdk interface

2010-11-09 Thread Jim Newsham
at org.apache.activemq.util.ClassLoadingAwareObjectInputStream.resolveProxyClass(ClassLoadingAwareObjectInputStream.java:48) ... 34 more Thanks, Jim

Re: ActiveMQ 5.4.1 Error

2010-11-04 Thread Jim Gomes
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

Re: ActiveMQ 5.4.1 Error

2010-11-04 Thread Jim Gomes
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

Non-persistent publishing to topics

2010-10-19 Thread Jim Lloyd
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

Re: ActiveMQ 5,4.0 Security plugin and destinationPolicy

2010-08-22 Thread Jim Gomes
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

Re: c# + .NET 4

2010-06-25 Thread Jim Gomes
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

Re: Message-Level Authorization between brokers?

2010-05-25 Thread Jim Lloyd
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

Message-Level Authorization between brokers?

2010-05-25 Thread Jim Lloyd
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

Re: Broker to Broker authentication using JAAS fails

2010-05-21 Thread 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   2   3   >