Learning
Ctrlk
  • Software Engineering Golden Treasury
  • Trail Map
  • Caching
  • Career
  • Computer Science
  • devops
  • General Paradigms
  • Other
  • Hardware
  • Integration
    • GRPC
    • API
    • Apis and communications between apps
    • asynchronous and synchronous communications
    • Batch Processing
    • Communications between apps
    • Delivery
    • Distributed Computing
    • Entry point
    • Event Source
    • SDP
    • egress
    • Graphql
    • Idempotency
    • Libraries
    • Long Polling
    • Multiplexing & Demultiplexing
    • Publish Subscribe
    • Push
    • Request & Response
    • REST
    • Remote Method Invocation
    • Remote Procedure Calls
    • Server Sent Events
    • Short Polling
    • Sidecars
    • SOAP
    • Stateless and Stateful
    • Streams
    • Third Party Integrations
    • wdsl
    • Web Services
    • Webhooks
    • repository
    • Kafka
    • message-queues
      • ActiveMQ
      • Dead Letter Queue
      • JMS
      • Messaging
  • Languages
  • Management & Workflow
  • Networks
  • Operating Systems
  • Other Topics
  • persistance
  • Security
  • Testing, Maintainablity & Debugging
  • Version Control - Git
  • ai
Powered by GitBook
On this page
  • spec
  • testing
  • Type of queue

Was this helpful?

  1. Integration
  2. message-queues

JMS

  • https://www.journaldev.com/9731/jms-tutorial

  • https://dzone.com/articles/asynchronous-messaging-rabbitmq-introduction

  • https://dzone.com/articles/java-message-service-1?utm_medium=feed&utm_source=feedpress.me&utm_campaign=Feed: dzone%2Fjava

  • https://www.tomitribe.com/blog/5-minutes-or-less-activemq-with-jms-queues-and-topics/

spec

  • https://docs.oracle.com/cd/E19435-01/819-0069/index.html

testing

  • https://activemq.apache.org/how-to-unit-test-jms-code

    Why use?

  • https://stackify.com/message-queues-12-reasons/

Type of queue

Generally asynchronous

  • https://www.journaldev.com/9731/introduction-to-jms

  • http://activemq.apache.org/hello-world.html

  • https://examples.javacodegeeks.com/enterprise-java/jms/apache-activemq-hello-world-example/

  • https://www.codenotfound.com/jms-point-to-point-messaging-example-activemq-maven.html

  • https://stackoverflow.com/questions/1035949/real-world-use-of-jms-message-queues

Start activemq

$ brew services start activemq

Stop activemq

$ brew services stop activemq

Acces gui

URL: http://127.0.0.1:8161/admin/ Login: admin Passwort: admin

PreviousDead Letter QueueNextMessaging

Last updated 5 years ago

Was this helpful?