• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Oracle Weblogic tutorial and poc on jms

 
Ranch Hand
Posts: 52
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi,

I am planning to create a proof of concept on JMS with the following details:
a) sample application with PTP
b) Simple class e.g. QueueSender
c) JMS Server
d) QueueConsumer

I would like to use Oracle weblogic JMS server for this purpose. Can anybody please help me with any pointers to a step by step tutorial to try out a sample application with proper configuration with the weblogic server.
I had tried couple of tutorials from net but they were not very helpful...

Thanks in advance.
 
Ranch Hand
Posts: 98
Oracle Redhat
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Mainak,

You can refer the below links

1. Point to Point JMS i.e. JMS Queue configuration along with a sample application.

Weblogic JMS Queue - Point To Point

Note: The post also contains the sample QueueSender class, QueueConsumer.

Refer the below link for further reading on different JMS features of WebLogic.

Weblogic JMS


Cheers,
Anandraj
http://weblogic-wonders.com

 
Mainak Goswami
Ranch Hand
Posts: 52
Eclipse IDE Oracle Java
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Many thanks Anandraj. This tutorial is just awesome.
 
Don't get me started about those stupid light bulbs.
reply
    Bookmark Topic Watch Topic
  • New Topic