Link to home
Create AccountLog in
Avatar of rutgermons
rutgermons

asked on

builind distributed queues weblogic

I have setup a cluster in Weblogic
 
i.e.
 
·         Adminserver
·         Redirector
·         Clustermember1 -User Interface 1
·         Clustermember2 -User Interface 2
·         Measerver -Integration
 
I have setup continuous and sequential inbound queues which run off the measerver for better performance
I have setup sequential outbound queues which run off the migratable clustermember1 but what I now see from testing
is that the outbound messages can only be invoked from that specific clustermember, this means the migrateable
functionality has not been carried out through to the second cluster member
 
How can I achieve this to allow both my clustermembers to push out queue data? Ive been told to use distrubuted queues but am a bit grey on this topic

its on version 9.2.2
Avatar of rajesh_bala
rajesh_bala
Flag of India image

You can check http://edocs.bea.com/wls/docs81/ConsoleHelp/jms_config.html#1144582

The above link details about creating a distributed queue and adding the existing physical queues to them manually.

Distributed queues is way of identifying a set of physical queues with single name. Since you already have physical queues, you can create a distributed queue and add your physical queue to that.
ASKER CERTIFIED SOLUTION
Avatar of rajesh_bala
rajesh_bala
Flag of India image

Link to home
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
See answer
Avatar of rutgermons
rutgermons

ASKER

yes but it doesnt answer my direct need, im not sure how to give points to links

ive also learnt how to use google
Well, No one here stresses to give points for links. All the best.
And happy googling.