GithubHelp home page GithubHelp logo

rest-jms-sender's Introduction

rest-jms-sender

Small JavaEE 6 Webapp which allows to add text messages to a JMS queue.

This one runs fine on WebSphere 8. It is not (yet) tested on other application servers like JBoss / Wildfly, Glassfish etc.

The motivation for this project is to explore transactional JMS behaviour within an EJB. I use WebSphere's internal SIB for Messaging, and the result is still confusing for me: Messages make it into the queue only after a surrounding transaction is commited. That means that other applications cannot access the JMS message from the queue as long as the EJB's transaction has ended.

For installation, you need:

  • a ConnectionFactory with JNDI name "jms/JmsSenderConnectionFactory"
  • a JMS queue with JNDI name "jms/JmsSenderQueue"

Use a REST tool to POST to a URL like this:

http://localhost:10039/contextPath/rest/send/ta

Add a POST body like "Test message" and a header property "sleepSeconds" to the request with a value like 30 to make the REST resource wait for 30 seconds until sending back a response (and commit its transaction). In the meanwhile, check the destination queue for new messages (I did so by refreshing the queue points within WebSphere's messaging engine).

rest-jms-sender's People

Stargazers

 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.