Monday, October 8, 2012

Creating a File based JMS Distributed Queue on a Weblogic Cluster for HA- PART1



1. Create Persistent File Stores
You need to create a file store for each member of the cluster.

a. To create file store
  • go to persistent stores
  • click new
  • click  Create  FileStore.
image

  • Give a name
  • Select a Migratable target related for the first managed server
  • Give a directory
image

Similarly create another Filestore for the second migratable targetimage

2. Create JMS Servers
a.
  • Go to JMS Servers
  • Click on New
image
b. Create the JMS Server
  • Give a server Name
  • In the file store select the Persistent store we created Earlier
  • Click next.
image
c. Assign a Migratable target (Same as the FileStore we created earlier)
click finish
image
d. Similarly create another JMS Server for the second server
image
image

image

3.  Create a JMS Module
a.  Go to JMS Module and click new
image

b. give a name and click next.
image
c. Select the cluster and hit next
image

d. hit finish
image

4. Create a subdeployment
a.
  • go to JMS Modules
  • Click on the JMS module where you want to create a Connection Factory
image_thumb20_thumb
b. Click on subdeployments tab
image_thumb
c. click new
image_thumb1
d. give a name and click next
image_thumb2
e. Select the JMS Servers we created and click finish
image_thumb3


Next

No comments:

Post a Comment