GitXplorerGitXplorer
v

mq-requiring-app

public
0 stars
0 forks
0 issues

Commits

List of commits on branch master.
Unverified
b4c44703762f7830ab64bba40051dfab0671f91e

Correct application name

vventh committed 10 years ago
Unverified
b053e2a4992699d0fe731cae11118b29f54a31ca

create jetty server builder

vventh committed 10 years ago
Unverified
8724270a9c6f011f1a21176b3a959c75a5b519fd

create scenario: Application starts, when mq broker is missing

vventh committed 10 years ago
Unverified
691649cf4fcf8d21cd9bac3d0ee96d2282931ca6

initial commit

vventh committed 10 years ago

README

The README file for this repository.

MQ requiring app

Table of contents

  1. Overview
  2. [Scenarios] (Scenarios)
  3. [Conclusions] (Conclusions)

Overview

The goal of this poc is to investigate different configuration possibilities, which could help to make an application using mq services, even if a broker is absent.

Scenarios

  • Application starts, when mq broker is missing

A message broker is down and the application start is requested. The application starts without troubles and is ready to work

  • All messages are passed wo mq broker, when it appears

For some of a reason, mq broker is down and the application is working. Which means also, that the application sends messages to the broker. Since, the mq broker is missing application has to run undisturbed and pass the messages when the broker will reappear.

Conclusions