Skip to content

cfaife/jms-with-wildfly

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

JMS with Wildfly

Starting the server

Starting standalone-full

Provide the standalone-full in order to get the messaging subsystem, otherwise JMS will not be available when you start the server.

./standalone.sh -c standalone-full.xml

Creating the QUEUE

./jboss-cli --connect

/subsystem=messaging-activemq/server=default/jms-queue=CleriosQueue:add(entries=[java:/jms/queue/CleriosQueue])

Using Resources

    http://localhost:8080/jms-in-wildfly/jmswildfly/api/generics

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages