Git Product home page Git Product logo

poc_messaging's Introduction

poc_messaging

Proof of concept for Messaging in java

-- from_activeMQ are some examples from official site to test if the system works correctly.

-- for package : server.solace.generals

  • If the GeneralServer is used the following should be done on solace server:
  • create durable queue: alliesgenerals with owner=default, non-exclusive and all other permission=consume
  • create durable queue: wehrmachtgenerals with owner=default, non-exclusive and all other permission=consume
  • create durable topic: command with no owner, exclusive, readonly for others
  • If the GeneralServerWithProvision is used it will create authomatically the queues.

-- The generals examples are done to see different options for messaging:

  • The GeneralServer will create the queues and topic or sqs and sns with subscribe and then wait for the queue to be fill and then start the battle
  • The Populate* will populate the respective queue and then send a topic to the server that it has fil the queue
  • The server.hazelcast.generals is the hazelcast implementation.
  • The server.activemq.generals is the activeMQ JMS provider implementation.
  • The server.solace.generals is the Solace JMS provider implementation.
  • The server.awsjms.generals is the AWS with SQS and SNS but with jms library for SQS.

-- for package: from_jms_activemq (examples from Java Messaging Service book)

  • Class name starting with Q use Queue
  • Other class using topic
  • ValidateJNDIArtemisTransactionManager is to test tx on Artemis (does not support it)

-- for package mqtt there are examples from

poc_messaging's People

Contributors

dependabot[bot] avatar gdimitriu avatar

Watchers

 avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.