Re: wildfly 26.1.2 support

2023-03-17 Thread Walter Krix (Nokia)
ut couldn't find the info we needed. Not sure if this transformer approach is even doable, or if this code snippet would be enough. Any advice on what we should do next? Thanks again for your time and expertise, Justin. Looking forward to hearing back from you. Cheers, Walter _

wildfly 26.1.2 support

2023-03-17 Thread Walter Krix (Nokia)
configuration. Any guidance, documentation or resources you can offer to assist me in this matter would be most helpful. Thank you for your time and attention to this matter. I look forward to hearing back from you soon. Sincerely, Walter Krix

Re: Messages getting lost on Artemis 2.25

2022-10-26 Thread Walter de Boer
@Clebert, thanks for the update! @Caspar, with 2.20 we do see memory issues that I believe are solved in later versions. But we didn't lose messages the same way we did with 2.24. With 2.20 we're monitoring for AMQ222162 after a crash. We then recover the old replica's just in case replication

Re: Messages getting lost on Artemis 2.25

2022-10-20 Thread Walter de Boer
support to review our setup and client code. We’ll keep you posted. Walter

Re: Messages getting lost on Artemis 2.25

2022-10-20 Thread Walter de Boer
Gašper, Did you see "AMQ222162 Moving data directory ..." in your logs? In that case you should use ./artemis data exp (and ./artemis data imp) to export the old replicas and find your messages there (and import them agian). See Artemis Data Tools in the manual. Regards, Walter

Re: Messages getting lost on Artemis 2.25

2022-10-20 Thread Walter de Boer
P.s. we'll also look at retention and enable message logging. We're not even sure now wether the missing messages have been accepted to the queue or not...

Re: Messages getting lost on Artemis 2.25

2022-10-20 Thread Walter de Boer
for pointing it out. I'm not sure what you mean with the store and forward queue?  Do you have a link to documentation about that? Can we recover from there? Thanks in advance, Walter

Re: Messages getting lost on Artemis 2.25

2022-10-19 Thread Walter de Boer
nning 2.20 on G1GC for serveral months We're running a symetric Cluser of 3 live/backup pairs in Docker JRE (temurin) containers on VMWare CentOS7 hosts. Each live node has around 1.000 producers & consumers continuously. I hope the Artemis community can advise us in this? Best Reg

ActiveMQ Queue configuration questions

2019-12-20 Thread Pretko, Walter A (Walt)
parameters such as: Maxdepth Max Message length Etc. Also, does ActiveMQ utilize objects similar to IBM MQ channels? Can those be configured as well? Thank you. [Nationwide is on your side.] Walter A Pretko Specialist Middleware Solutions<https://onyourside.sharepoint.com/sites/webmiddleware-

Re: How to deal with failures on a queue

2011-08-18 Thread Walter Closenfleight
ise Integration Patterns, you can use the > > DeadLetterChannel Pattern : > > http://www.enterpriseintegrationpatterns.com/DeadLetterChannel.html > > Regards > > > > 2011/8/17 Walter Closenfleight > > > > > I'm confused on how to deal with failures

How to deal with failures on a queue

2011-08-17 Thread Walter Closenfleight
I'm confused on how to deal with failures. If any part of my logic in the processMsg (below) fails (external resources not available, wrong parameters passed in queueMsg, etc.) then I do not want the message to be dequeued. I realize, however, that the message will then just fire again and keep fa

Web Console broker

2011-08-11 Thread Walter Closenfleight
Is there any point to installing the activemq jars (such as core or all) to the tomcat lib directory when the deployment of the web console war sets up its own broker, listeners, etc? Can I just simply "install" activemq via the web console and then just set up a simple jms queue bean in my Spring

Spring/Tomcat/multiple webapps setup

2011-08-10 Thread Walter Closenfleight
I tried sending this earlier but do not think it went through. If it did, I apologize for the duplicate email. Our group has multiple projects/wars to deploy to a tomcat install. We want a single ActiveMQ install with a couple of queues set up in it. Submissions to the queues will come from the va

Replace Web Services with Message

2011-03-07 Thread walter
I am exploring the possibility to replace one of our Web Services implementation with message queues. Conceptually clients will be connected to the server with “Network of Brokers” as follow: Many Clients (broker) <--> (broker) Server with duplex = 'true'. The clients will put messages to a q