Skip to content

jan11950/GitTutorialRepo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

GitTutorialRepo

Initial push to this repo contained two projects created out of an eclipse workspace. EJBMDB_Tests and MDBWebClient

The Web Client can be run on a JBOSS server (Run as -> Run on Server). The src runs on the default JBOSS standalone-full.xml. You JBOSS Standalone should have these administered objects.

                <jms-queue name="MyQueue">
                    <entry name="java:/jms/queue/MyQueue"/>
                    <durable>true</durable>
                </jms-queue>
                <jms-queue name="testQueue">
                    <entry name="queue/MyQueue"/>
                </jms-queue>
                <jms-topic name="testTopic">
                    <entry name="topic/MyTopic"/>
                </jms-topic>

Feel free to modify the source code and commit your changes. Please do not edit the .gitignore file unless you are sure it benefits everyone.

Git Tutorial Repo.

About

Git Tutorial Repo.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages