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
Java App Servers

Avatar of undefined
Last Comment
rajesh_bala

8/22/2022 - Mon
rajesh_bala

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
rajesh_bala

THIS SOLUTION ONLY AVAILABLE TO MEMBERS.
View this solution by signing up for a free trial.
Members can start a 7-Day free trial and enjoy unlimited access to the platform.
See Pricing Options
Start Free Trial
GET A PERSONALIZED SOLUTION
Ask your own question & get feedback from real experts
Find out why thousands trust the EE community with their toughest problems.
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
rajesh_bala

Well, No one here stresses to give points for links. All the best.
I started with Experts Exchange in 2004 and it's been a mainstay of my professional computing life since. It helped me launch a career as a programmer / Oracle data analyst
William Peck
rajesh_bala

And happy googling.