VOOZH about

URL: https://www.javacodegeeks.com/tag/activemq

⇱ ActiveMQ Archives - Java Code Geeks


  • Enterprise Java👁 spring-interview-questions-answers
    Omozegie AziegbeMarch 11th, 2026
    0 235

    JMS Messaging in Spring Boot Using JmsClient

    Messaging plays an important role in building scalable, loosely coupled distributed systems. Instead of tightly coupling services via synchronous HTTP…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Geoffrey De SmetApril 1st, 2021
    2 195

    Batch solving an ActiveMQ queue that contains planning problem data sets in a scalable way

    If I want to solve many data sets of a planning problem every night, what architecture can easily scale out…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    David GreenSeptember 17th, 2018
    2 238

    ActiveMQ Performance Testing

    We use ActiveMQ as our messaging layer – sending large volumes of messages with a need for low-latency. Generally it…

    Read More »
  • Enterprise Java👁 java-interview-questions-answers
    Bennet SchulzJuly 11th, 2016
    1 170

    Message Level Authorization in Apache ActiveMQ

    While the last post covered Broker Level Authentication, this blogpost is about more strict authorization on message level. I didn’t have…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaMay 23rd, 2016
    0 229

    Message Durability in ActiveMQ 5.x

    I get asked quite a bit to explain the basics of how ActiveMQ works with respect to how it stores…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaOctober 6th, 2015
    0 126

    Critical HL7 Usecases With Camel, ActiveMQ, Elasticsearch

    HL7 over MLLP is a very common transport mechanisms for systems that can speak the HL7 protocol format. JBoss Fuse…

    Read More »
  • Enterprise Java👁 Image
    Abhimanyu PrasadOctober 5th, 2015
    1 322

    JMS Sender application with ActiveMQ and Maven

    We have already seen how to create a JMS Receiver application with ActiveMQ and Maven. Let’s check out how we can…

    Read More »
  • Enterprise Java👁 Image
    Christian PostaMarch 2nd, 2015
    0 188

    Speeding up ActiveMQ persistent messaging performance by 25x

    Apache ActiveMQ, JBoss A-MQ, and Red Hat Apache ActiveMQ is a very popular open-source messaging broker brought to you by…

    Read More »
  • Enterprise Java👁 Image
    Pascal AlmaJuly 29th, 2014
    0 236

    Mule ESB, ActiveMQ and the DLQ

    In this post I will show a simple Mule ESB flow to see the DLQ feature of Active MQ in…

    Read More »
Back to top button
Close