cancel
Showing results for 
Search instead for 
Did you mean: 

JMS sample Application?!

Former Member
0 Kudos

Hello everyone,

I´m new to J2EE and I want to code a J2EE JMS sample application. But I don´t know where to make correct configurations to run an application.

Has some one a mini sample J2EE app where I can see the basic configs to run an app?

With best regards,

Mehmet

Accepted Solutions (1)

Accepted Solutions (1)

Former Member
0 Kudos
Former Member
0 Kudos

Hello @ all,

my problem is, how to make appropriate configurations ion Visual Admin for Queue and Topic and where to specify the jndi names for them?!

Thanks at all!!

former_member182372
Active Contributor
0 Kudos
Former Member
0 Kudos

Hello Maksim,

On NWDS Help, this document is not available, so I couldn´t find it.

Thank you very much!

Mehmet!

former_member182372
Active Contributor
0 Kudos

HI Mehmet,

Try to launch not NWDS but directly help.sap.com. It is not included because it is not development task but administration.

Best regards, Maksim Rashchynski.

Former Member
0 Kudos

@ home, I have no Network connection

Only @ work:)

Answers (2)

Answers (2)

Former Member
0 Kudos

Hi Mehmet,

Your SAP J2EE server comes with several J2EE sample applications that you can see the source code and what they do. That includes a simple JMS send/receive program. Just go to

http://localhost:50000/index.html

where 50000 is your http port and follow the links "J2EE Engine Examples" - "Message-Driven-Bean example". There is a simple send/receive code together with the deployment descriptors which are used to create your JMS resources while deploying an application.

HTH

Peter

former_member182372
Active Contributor
0 Kudos