Re: [ANN] Apache ActiveMQ 6.1.0 has been released!

2024-03-18 Thread Steve Hill
but they might be unfounded.  We are only using the openwire protocol, setup is fairly simple however it is a high volume transactional system. Thanks! Steve. On 3/18/24 7:59 AM, Endre Stølsvik wrote: I was kinda hoping that there was some solution here, because otherwise it will be a rather

Re: Queue Retrieval Performance after upgrade

2024-02-29 Thread Steve Hill
Thanks! Steve. On 2/27/24 10:13 PM, Matt Pavlovich wrote: Hi Steve- These settings are lower than the default and generally lead to degraded consumer performance. Any reason you lowered the maxPageSize from 200 to 10? What only allow 1 message prefetch— the default is 1,000? Thanks, Matt

Re: Queue Retrieval Performance after upgrade

2024-01-25 Thread Steve Hill
| ActiveMQ Transport: tcp:///10.20.201.105:46782@61618 Thanks! Steve. On 1/24/24 1:02 PM, Arthur Naseef wrote: Hello Steve. Your report is a little surprising because a 1-3 seconds pause is huge. I'm curious under what conditions you see that latency - is it only when running at full load? T

Queue Retrieval Performance after upgrade

2024-01-23 Thread Steve Hill
gesPeriod="60">   Does anyone have any ideas about how we can diagnose the issue further; we would really like to become current on the version of ActiveMQ we are running. Thanks! Steve.

Re: AMQ222216: Security problem while authenticating: AMQ229031: Unable to validate user

2022-12-02 Thread Steve Hiller
tings) for client connections to Artemis. I haven't been able to trace the origins of the 172.x.x.x addresses so I will keep researching that. I truly appreciate your help with my questions (that goes for you too, Frank). Thanks very much, Steve On Thu, Dec 1, 2022 at 11:51 AM Justin

Re: AMQ222216: Security problem while authenticating: AMQ229031: Unable to validate user

2022-11-30 Thread Steve Hiller
Hi Justin, Thanks for the quick reply! I just wanted to make sure I didn't do something wrong from a security point of view. In particular, I'm trying to understand why certain 172.x.x.x addresses keep causing the warnings. Steve On Wed, Nov 30, 2022 at 4:14 PM Justin Bertram wrote

AMQ222216: Security problem while authenticating: AMQ229031: Unable to validate user

2022-11-30 Thread Steve Hiller
using the Docker image based on the apache-artemis-2.26.0-Source/artemis-docker sample. Any advice on this issue would be greatly appreciated! Thanks, Steve Hiller -- This email message is for the sole use of the intended recipient(s) and may contain confidential and privileged information. Any un

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-15 Thread Steve Hiller
On Tue, 15 Nov 2022 at 17:26, Steve Hiller > wrote: > > > Thanks, Domenico! So in effect using ArtemisCloud.io would have saved > > me set up time but the result is basically the same? > > > > On Tue, Nov 15, 2022 at 2:30 AM Domenico Francesco Bruscino > > wrot

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-15 Thread Steve Hiller
Thanks, Domenico! So in effect using ArtemisCloud.io would have saved me set up time but the result is basically the same? On Tue, Nov 15, 2022 at 2:30 AM Domenico Francesco Bruscino wrote: > > Hi Steve, > > ArtemisClod.io <https://artemiscloud.io/> provides a repository

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-14 Thread Steve Hiller
is, what is the advantage of using ArtemisCloud.io instead? Thanks, Steve On Mon, Nov 14, 2022 at 11:59 AM Steve Hiller wrote: > > Thanks, Domenico! The issue was real simple -- in the ingress, the > path on the backend service should have just been "/" on port 8161. > >

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-14 Thread Steve Hiller
Thanks, Domenico! The issue was real simple -- in the ingress, the path on the backend service should have just been "/" on port 8161. On Fri, Nov 11, 2022 at 5:57 AM Domenico Francesco Bruscino wrote: > > Hi Steve, > > the ArtemisCloud.io <https://artemiscloud.io/>

Re: Artemis plug-in missing console when deployed in kubernetes

2022-11-08 Thread Steve Hiller
- backend: service: name: artemis-console port: number: 80 path: /console/ pathType: ImplementationSpecific tls: - hosts: - my-host.com secretName: my-secret Did I miss something? Thanks, Steve On Wed, Nov 2,

Re: Artemis plug-in missing console when deployed in kubernetes

2022-10-31 Thread Steve Hiller
w to help there. From my POV here seems a simple app dev thing ? > > > > On Fri, Oct 28, 2022 at 4:03 PM Steve Hiller > wrote: > > > Hi All, > > > > I successfully installed AMQ Artemis 2.26.0 as a single pod in a GCP > > kubernetes cluster. The Dock

Artemis plug-in missing console when deployed in kubernetes

2022-10-28 Thread Steve Hiller
, Runtime and Diagnostics links are available in the left hand navigation bar. Using Chrome's inspection tool, the Network tab shows that quite a number of JavaScript components are not being found (404s). Any advice would be appreciated. Thanks, Steve Hiller -- This email message is for the

Mybatis Generator upgrade to 1.4.1

2022-04-19 Thread Steve Hill
h doe not compile as it is an interface.     int logicalDelete(User record) {     } Any help would be appreciated. Thanks! Steve.

Broken Pipe Connecting

2017-08-31 Thread Steve Hill
We are running ActiveMQ in Master/Slave configuration. Currently mqarms02p is the Master. Earlier today we ran into a situation where we lost access to ActiveMQ and on reviewing the client side logs we see the information below cycle continuously. Is there anything we can enable on the serve

Re: JMX url in master/slave mode

2017-05-19 Thread Steve Hill
I would recommend using a load balancer. You would put both up addresses in the load balancer. Thanks Sent from my iPhone > On May 19, 2017, at 3:17 PM, kpdude7 wrote: > > How would someone programmatically access the correct JMX server in this > master/slave configuration? For example, I hav

Re: Can ActiveMQ take advantage of Oracle transparent application failover?

2017-04-26 Thread Steve Hill
I have not used oracle rac but it sounds like active mq is tied to a single instance rather than any available oracle server. Have you considered putting a load balancer in front that can determine whether the back end is up and can route requests appropriately? Not sure if this would work as n

Re: kahadb recovery

2017-04-22 Thread Steve Hill
The version is 5.14.3 On 4/22/17 6:55 PM, Timothy Bish wrote: On 04/22/2017 05:56 PM, Steve Hill wrote: We now realize that the number after the @ is the file number being processed and after the colon is the offset in the file. Eg, 97226:18610005 means db-97226.log is being processed. Based

Re: kahadb recovery

2017-04-22 Thread Steve Hill
2 hours to start, with a total startup time of 8 hours - this feels somewhat excessive! On 4/22/17 4:53 PM, Steve Hill wrote: Hi! Can anyone provide guidance on why restarting ActiveMQ can take hours? We were seeing lots of message not found in sequence and it is currently at 5.9M entries

kahadb recovery

2017-04-22 Thread Steve Hill
.. | org.apache.activemq.store.kahadb.MessageDatabase | main Any guidance would be much appreciated. Thanks! Steve.

Re: ActiveMQ master slave with data replication

2017-04-06 Thread Steve Hill
I would suggest checking out something like GlusterFS which created distributed replicated data. We have used it for high performant applications without problem. I am not sure how the slave knows how to not start - so this may not work for you if it is based on file locking. Thanks Steve

Re: MapMessage received it always empty

2017-01-13 Thread Steve
I think I just answered my own question with some more google searching. I found the following discussion on this: http://stackoverflow.com/questions/19538374/activemq-mapmessage-receive-message-with-empty-thetable Seems that until you actually parse into the MapMessage contents explicitly, atte

MapMessage received it always empty

2017-01-13 Thread Steve
{ theTable = {} } * Thanks in advance for any suggestions, Steve -- View this message in context: http://activemq.2283324.n4.nabble.com/MapMessage-received-it-always-empty-tp4721053.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

seeking advice on efficient use of resources

2017-01-06 Thread Steve
voids sending a notice to the broker each time a new MessageProducer is created. Is this correct? Thanks in advance, Steve -- View this message in context: http://activemq.2283324.n4.nabble.com/seeking-advice-on-efficient-use-of-resources-tp4720873.html Sent from the ActiveMQ - User mailing

Client Meltdown

2016-12-31 Thread Steve Hill
the failover transport with the following configuration failover:(tcp://mqarms01p:61616,tcp://mqarms02p:61616)?randomize=true Does anyone have some hints as to what we could look at to diagnose this issue further? Thanks! Steve.

Re: how to configure a competing consumers Queue

2016-12-13 Thread Steve
Thanks I will try that. -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-configure-a-competing-consumers-Queue-tp4720115p4720277.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

how to configure a competing consumers Queue

2016-12-10 Thread Steve
associated Camel docs here: http://camel.apache.org/competing-consumers.html I don't understand the configuration details in the example however. Thanks in advance, Steve -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-configure-a-competing-consumers-Queue-tp47

Re: jconsole using activemq

2016-09-23 Thread Steve Hill
ow using : in the remote connection box. Good luck! Steve. On 9/22/16 7:53 PM, mathewvino wrote: activemq : apache-activemq-5.14.0 jconsole using jdk1.7 I have started the activemq which comes with the jetty server. Minor change to make the jmx enable is just change default is false(activemq.

Re: KAHADB clean up old log files

2016-09-22 Thread Steve Hill
know what this might have been and how to avoid it from occurring in the future? Thanks! Steve. On 9/22/16 9:09 AM, Tim Bain wrote: Apparently you can scratch the "but not impossible" bit from my reply. Thanks Tim, I didn't know it wasn't allowed. On Sep 22, 2016 7:07 AM

Re: KAHADB clean up old log files

2016-09-22 Thread Steve Hill
e: 1329 as contained ack(s) refer to referenced file: [980] 2016-09-22 08:31:07,505 [eckpoint Worker] TRACE MessageDatabase- Not yet time to check for compaction: 7 of 10 cycles 2016-09-22 08:31:07,505 [eckpoint Worker] DEBUG MessageDatabase- Checkpoint done. Thanks! St

Re: KAHADB clean up old log files

2016-09-22 Thread Steve Hill
that could be gleaned from there? Thanks! Steve. The most likely place for you to have old messages laying around is in the DLQ. The next most likely place is on a topic for an offline (and never coming back) durable subscriber. Tim On Sep 20, 2016 2:02 PM, "Christopher Sh

KAHADB clean up old log files

2016-09-20 Thread Hill, Steve
activemq 597139 Sep 19 14:59 db-1279.log Thanks! Steve Hill ARMADA The information contained in this e-mail and any attachments is confidential and intended only for the recipient. If you are not the intended recipient, the information contained in this message may not be used, copied, or

Re: how to safely delete a cms::MessageListener object

2015-01-16 Thread Steve Rice
Awesome. Thanks, Tim. Steve Rice -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-safely-delete-a-cms-MessageListener-object-tp4689939p4690062.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: how to safely delete a cms::MessageListener object

2015-01-16 Thread Steve Rice
? Steve Rice -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-safely-delete-a-cms-MessageListener-object-tp4689939p4690057.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: how to safely delete a cms::MessageListener object

2015-01-15 Thread Steve Rice
Thanks. I considered the sleep idea and will probably go that route. Steve Rice -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-safely-delete-a-cms-MessageListener-object-tp4689939p4689997.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: how to safely delete a cms::MessageListener object

2015-01-15 Thread Steve Rice
. At that moment, the main thread does not know that there is a concurrent execution of onMessage() and may proceed with de-allocating objects used by onMessage(). Perhaps this window of vulnerability can be closed by using C++11 shared pointers, but that would require modifying the CMS code. Steve

how to safely delete a cms::MessageListener object

2015-01-14 Thread Steve Rice
object in the main thread, the onMessage() function gets called in the separate thread? In other words, how do I stop listening for messages and clean up safely from the main thread? Steve Rice -- View this message in context: http://activemq.2283324.n4.nabble.com/how-to-safely-delete-a-cms

ActiveMQ-cpp problem in an app that has set openssl FIPS mode

2013-11-18 Thread Steve McKenna
Has anyone successfully used activemq-cpp with an SSL connection in an application that has set FIPS mode in the openssl library? I have a C++ application that uses activemq-cpp (3.8.1) to communicate with a remote broker. This application works perfectly until it is restarted in FIPS mode. In FIP

NoSuchElementException

2013-01-21 Thread Steve Angelovich
Thread.run(Thread.java:619) The stack trace above is repeated until the broker is restarted. This has happened several times to us in the field but so far we don't have any clues about what might trigger it or how to reproduce it. Steve

Pending message limit strategy and memory limits

2012-08-29 Thread Steve Angelovich
sages to grow beyond the limit I've specified. My broker is embedded so we don't ship the jars necessary for persistence so I don't want overflow to be spooled to temporary disk. Should I be specifying the VM cursors? Thanks, Steve ---

Usage Manager memory limit reached

2012-08-27 Thread Steve Angelovich
;m not really sure we are specifying a configuration that makes sense. We are also running the broker as an embedded application so sometimes I find it difficult to translate the xlm based configuration to something we can do programmatic. Thanks for any feedback, Steve private static final long

Re: STOMP SUBSCRIBE and UNSUBSCRIBE behaviour

2011-09-30 Thread Steve Powell
nd the ActiveMQ Apollo specification seems to imply that the subscription is destroyed when the UNSUBSCRIBE is issued, but it doesn't say what is supposed to happen when a distinct topic destination is defined for an existing durable topic subscription. Regards, Steve Powell [M: +44-7815-838-558;

Re: STOMP SUBSCRIBE and UNSUBSCRIBE behaviour

2011-09-28 Thread Steve Powell
Steve Powell wrote: > > I would like some clarification of the precise intended semantics > of the SUBSCRIBE and UNSUBSCRIBE STOMP commands in ActiveMQ. > > I hope this is the right mailing list. > I'm guessing this isn't the right mailing list. Please confir

STOMP SUBSCRIBE and UNSUBSCRIBE behaviour

2011-09-13 Thread Steve Powell
. Can you please clarify what is supposed to happen? Regards, Steve Powell [M: +44-7815-838-558; H:+44-1962-775-598] Links: SpringSource (a division of VMware), Virgo, RabbitMQ. [1] http://activemq.apache.org/apollo/documentation/user-manual.html

Problems understanding redelivery

2011-08-31 Thread Steve Weet
I am experiencing some major issues with our ActiveMQ instance that I am trying to understand. Thanks in advance Steve

occasional ConcurrentModificationException when creating a queue consumer

2011-06-07 Thread Steve Angelovich
tion below occasionally. Thanks for any insights. Steve WARNING: !0: javax.jms.JMSException: java.util.ConcurrentModificationException WARNING: !0:at org.apache.activemq.util.JMSExceptionSupport.create(JMSExceptionSupport.java:49) WARNING: !0:at org.apache.activemq.ActiveMQConnection.sync

Re: KahaDB and backups

2011-06-01 Thread Steve Smith
for OS's > that don't have freeze support. Thanks Gary. Based on what you said I'm not sure that fsfreeze will guarantee a consistent journal by itself unless the journal is updated in a single atomic write. Is this the case? A user-space KahaDB snapshotting tool would certainly be useful regardless. Cheers, Steve

KahaDB and backups

2011-05-31 Thread Steve Smith
Hi, How does KahaDB work with OS-level backups? Would a DB restored from tape be recoverable? On a related note, is it possible to snapshot a KahaDB? Cheers, Steve

alternatives to request response pattern

2011-05-19 Thread Steve Angelovich
figuration information when a new client is started. Are other developers doing the same thing or is there some other more better way to handle it? Would it be possible to use the advisory messages to know when a new client is started and just send them the information? tha

Re: how to set pendingSubscriberPolicy for an embedded broker

2011-05-19 Thread Steve Angelovich
/broker.setDestinationPolicy(destinationPolicy) ; Thanks again for the help, Steve On 05/19/2011 01:40 PM, Marcelo Jabali wrote: > Hi Steve, > > Take a look on org.apache.activemq.broker.region.policy.PolicyEntry > (http://activemq.apache.org/maven/5.3.1/activemq-core/apidocs/

how to set pendingSubscriberPolicy for an embedded broker

2011-05-19 Thread Steve Angelovich
ation programmatically when using an embedded broker. Thanks, Steve -- This e-mail, including any attached files, may contain confidential and privileged information for the sole use of the intended recipient. Any review,

Scheduled messages don't use jdbcPersistenceAdapter

2011-03-07 Thread Steve Smith
: Is it possible to have scheduled messages persisted to the JDBC store? Thanks, Steve

"Network of Brokers" and persistence

2010-11-15 Thread Steve Cohen
I am in the phase of imagining what using ActiveMQ to design a wrapper around a legacy process would look like, and reading the book, which I have bought. I should say that I am impressed so far with ActiveMQ and the mapping of what it does with what I am trying to do seems very good. I am tr

Re: starting activemq

2010-11-11 Thread Steve Cohen
On 11/11/2010 04:42 PM, Bruce Snyder wrote: On Thu, Nov 11, 2010 at 10:01 PM, Steve Cohen wrote: All the web Getting Started instructions as well as the new Manning book on ActiveMQ seem to indicate that you start the broker by entering the command bin/activemq from the main

starting activemq

2010-11-11 Thread Steve Cohen
All the web Getting Started instructions as well as the new Manning book on ActiveMQ seem to indicate that you start the broker by entering the command bin/activemq from the main installation directory. My newbie experience, using 5.4.1 indicates that this does not actually start the

build instructions seems to be missing a step:

2010-11-10 Thread Steve Cohen
Following the instructions here: http://activemq.apache.org/getting-started.html#GettingStarted-StartingActiveMQ I downloaded the source to 5.4.1. (None of the mirrors were working so I downloaded from svn: svn co http://svn.apache.org/repos/asf/activemq/tags/activemq-5.4.1 I then ran mvn

Re: What does this mean?

2010-11-10 Thread Steve Cohen
On 11/10/2010 03:23 PM, Alex Dean wrote: On Nov 10, 2010, at 3:16 PM, Steve Cohen wrote: from http://activemq.apache.org/pure-master-slave.html : Pure Master Slave A Pure Master Slave configuration provides a basic shared nothing, fully replicated topology which does not depend on a shared

What does this mean?

2010-11-10 Thread Steve Cohen
from http://activemq.apache.org/pure-master-slave.html : Pure Master Slave A Pure Master Slave configuration provides a basic shared nothing, fully replicated topology which does not depend on a shared file system or shared database. "a basic shared nothing"?

Re: testing WebSocket + STOMP support, getting occasional "No transportListener available..." errors

2010-06-25 Thread Steve Kehlet
> can you post your JS code so we can try reproduce the problem you're seeing? Cool, thanks for the response. Sure, I am able to reproduce it with only the code from Jeff Mesnil at http://github.com/jmesnil/stomp-websocket, linked off his "Stomp of Websockets" page at http://jmesnil.net/stomp-we

testing WebSocket + STOMP support, getting occasional "No transportListener available..." errors

2010-06-24 Thread Steve Kehlet
Verified on a 5.4 snapshot from today, but first noticed on a snap from Jun 9th. I'm testing connecting Chrome directly to activemq over WebSockets, and STOMP on top of that. I modified activemq.xml with: Basically just following the directions from: http

Re: Recieving the same message 10 times, Spring, and Camel

2010-04-22 Thread Steve Holmes
s you are going to have? Or if you set it to 1 will it push one at a time to all your consumers? Sorry, as I noted before I really am a newbie to this technology. Thanks! -Steve bsnyder wrote: > > On Wed, Apr 21, 2010 at 7:31 PM, Steve Holmes > wrote: >> >> It appears

Re: Recieving the same message 10 times, Spring, and Camel

2010-04-21 Thread Steve Holmes
It appears that it is the concurrent consumers setting. Does anyone know how this should be set properly? When I commented it out: I'm now only receiving the message once. Shouldn't the messages only be pushed once to each consumer regardless of this setting? -Steve Steve Ho

Recieving the same message 10 times, Spring, and Camel

2010-04-21 Thread Steve Holmes
://www.springframework.org/schema/beans/spring-beans-3.0.xsd";> http://camel.apache.org/schema/spring"; autoStartup=&

killing the broker also kills clients on the local machine

2009-06-02 Thread Steve Angelovich
Does anybody know why or how this happens. If both the message broker and one of the clients are running on the same machine when the broker is killed the client will also terminate. If the client is running on a different host the client behaves as expected by reconnecting as soon as the broke

Can I limit the number of ActiveMQ Transport threads?

2009-02-09 Thread Steve Winer
Is there a way to control the number of ActiveMQ transport threads? We are finding over 50 in thread dumps and want to know if we can throttle this number. Steve -- View this message in context: http://www.nabble.com/Can-I-limit-the-number-of-ActiveMQ-Transport-threads--tp21919008p21919008

Adding a C client

2008-09-19 Thread Steve Angelovich
e can we send message from a java application which I think will default to openWire and recieve them via stomp in the legacy code? How are other people dealing with different types of clients? Is there a white paper or something that has some recommendations? Thanks, Steve -- View this mess

JMS client timeout or inactivity error

2008-01-14 Thread Steve Angelovich
much information on when or why to use the parameters. Thanks, Steve connectionTimeout is the timeout used to establish a TCP connection. soTimeout is the socket configuration option for timeouts on an open socket. maxInactivityDuration is a transport level timeout we use to decide if a transport is

Client blocking during service interruption

2007-11-20 Thread Steve Angelovich
ing the useAsyncSend that the client could attempt to send messages during the service interruption (without blocking). Am I overlooking something or is there a different way that I should be trying to accomplish my goal of allowing the client to continue processing during a service interrup