J
janek
Hi,
1. Can anyone tell me how to configure HA-JNDI queue(topic) in Jboss
application server(I mean a queue which is shared between all nodes in a
cluster).
I'created some MDB with <clustered> option in descriptor and configured
a cluster (deploying to farm directory).
After deploying every node with jboss server creates its own queue.
Application should work so:
Request is sent by client to 'master' MDB using HA-JNDI (host:1100).
Then 'master' MDB splits the work received from client to let's say 10
'work messages' and sends this messages to HA-JDNI queue.So 10 'slave'
MDB are created (subscribers to HA-JNDI queue) to do the work and send
reply to master.
Current solution (local quees on every node)works so -
request #1-> all 10 slaves are created on node#1 .
request #2-> all 10 slaves are created on node#2 .
request #3-> all 10 slaves are created on node#1 .
request #4-> all 10 slaves are created on node#2 .
etc.
My goal is that when it comes requst ->
5 'slave' MDB are crated on node#1
5 'slave' MDB are crated on node#2
(if there are 2 nodes, 3:3:4 if there are 3 nodes etc.)
2. Is there any jboss(EJB) specific newsgroup in usenet ?
thx
1. Can anyone tell me how to configure HA-JNDI queue(topic) in Jboss
application server(I mean a queue which is shared between all nodes in a
cluster).
I'created some MDB with <clustered> option in descriptor and configured
a cluster (deploying to farm directory).
After deploying every node with jboss server creates its own queue.
Application should work so:
Request is sent by client to 'master' MDB using HA-JNDI (host:1100).
Then 'master' MDB splits the work received from client to let's say 10
'work messages' and sends this messages to HA-JDNI queue.So 10 'slave'
MDB are created (subscribers to HA-JNDI queue) to do the work and send
reply to master.
Current solution (local quees on every node)works so -
request #1-> all 10 slaves are created on node#1 .
request #2-> all 10 slaves are created on node#2 .
request #3-> all 10 slaves are created on node#1 .
request #4-> all 10 slaves are created on node#2 .
etc.
My goal is that when it comes requst ->
5 'slave' MDB are crated on node#1
5 'slave' MDB are crated on node#2
(if there are 2 nodes, 3:3:4 if there are 3 nodes etc.)
2. Is there any jboss(EJB) specific newsgroup in usenet ?
thx