Message processing

2021-06-11 Thread Magnus Andersson
). I expected there would be concurrent processing of messages, but looking in the AMQPSessionCallback it uses a OrderedExecutor which implies it is ordered. Are messages processed sequentially when published to an address? Can it be configured? best regards Magnus

Problems/inconsistency displaying message content for "large messages" in Apache Artemis 2.17.0 including hawtio 2 console

2021-04-28 Thread Magnus Johansson
That is a problem for us! To sum it up == How can I display message content for "large messages" to some extent? I understand that the console cannot show infinitely large messages, but maybe up to some limit where it truncates. Best regards Magnus Johansson CMJ Solutions AB

Re: durable subscribers in artemis cluster

2020-12-02 Thread Magnus Andersson
ht be that we run a single broker in the end (at least to start with). Thanks for the help! best regards Magnus

Re: durable subscribers in artemis cluster

2020-12-02 Thread Magnus Andersson
like the nodes in the cluster to be behind a load-balancer to be able to scale the cluster seamlessly, but as I understand it reading the documentation durable consumers need to be aware of the nodes in the cluster (to solve the above question). Or am I misunderstanding something? brgds Magnus

durable subscribers in artemis cluster

2020-12-01 Thread Magnus Andersson
! Brgds Magnus Andersson

Support for Shared File System Master Slave using SAMBA/CIFS?

2011-05-30 Thread Magnus
S4 on Windows so this probably means that we need to switch to Linux bases servers for Active MQ. Since changing to Linux means a lot of work we would like to understand our options before moving on. Any info in this subject is appreciated! Regards, Magnus. -- View this message in context:

Re: wrapper.dll for 64-bit windows platform to run activemq

2010-09-14 Thread Magnus
Anyone that can share yajsw config files required to be able to register ActiveMQ as a windows service under 64-bit windows? Thanks in advance, Magnus. -- View this message in context: http://activemq.2283324.n4.nabble.com/wrapper-dll-for-64-bit-windows-platform-to-run-activemq

SecurityAdminMBean, AuthorizationBroker

2010-03-25 Thread Magnus Persson
I see that AuthorizationBroker implements SecurityAdminMBean which leads me to believe that I can administer roles etc. over JMX, is this correct? I am unable to find anything remotely related to it when using jconsole but on the other hand I have about 0 experience with JMX :) If possible, could

Re: ActiveMQ with C# Web Service

2010-03-17 Thread Magnus Persson
If you don't have control over the web service endpoint one option could be to relay messages using a Camel processor. ServiceMix could also be an option - http://www.exforsys.com/tutorials/java-soa/xbean-based-servicemix-http-binding.html (a few pages in) reports that it can act as both a cons

Re: ActiveMQ Can't Execute PHP Code

2010-03-08 Thread Magnus Persson
As long as you do everything within the context of HTTP you will not be able to keep a persistant connection to the broker. Comet circumvents this by having long-running connections to the web server but this has never been something that the protocol should support - realize that for every open c