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
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
ASKER CERTIFIED SOLUTION
membership
Create a free account to see this answer
Signing up is free and takes 30 seconds. No credit card required.
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
ive also learnt how to use google
Well, No one here stresses to give points for links. All the best.
And happy googling.
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.