I have installed activemq 5.2.1 on jboss 4.2.3, it works fine when i start jboss. Now i want to configure network of brokers for communicating between two jboss servers. I uploaded two files sender.xml and receiver.xml in the farm folder of jboss cluster.
I used the following link for sender.xml and receiver.xml. http://activemq.apache.org/networks-of-brokers.html Am I doing the right thing? I want to integrate activemq on clustered jboss. After doing the above when I started my jboss server I got the following error: --- Packages waiting for a deployer --- org.jboss.deployment.deploymenti...@10cc0fdc { url=file:/cluster/jboss-4.2.3.GA/server/all/farm/receiver.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/cluster/jboss-4.2.3.GA/server/all/farm/receiver.xml altDD: null lastDeployed: 1247461130066 lastModified: 1247461130000 mbeans: org.jboss.deployment.deploymenti...@6577cb62 { url=file:/cluster/jboss-4.2.3.GA/server/all/farm/sender.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/cluster/jboss-4.2.3.GA/server/all/farm/sender.xml altDD: null lastDeployed: 1247461130067 lastModified: 1247461130000 mbeans: --- Incompletely deployed packages --- org.jboss.deployment.deploymenti...@10cc0fdc { url=file:/cluster/jboss-4.2.3.GA/server/all/farm/receiver.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/cluster/jboss-4.2.3.GA/server/all/farm/receiver.xml altDD: null lastDeployed: 1247461130066 lastModified: 1247461130000 mbeans: org.jboss.deployment.deploymenti...@6577cb62 { url=file:/cluster/jboss-4.2.3.GA/server/all/farm/sender.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/cluster/jboss-4.2.3.GA/server/all/farm/sender.xml altDD: null lastDeployed: 1247461130067 lastModified: 1247461130000 mbeans: 10:28:50,084 ERROR [URLDeploymentScanner] Incomplete Deployment listing: --- Packages waiting for a deployer --- org.jboss.deployment.deploymenti...@10cc0fdc { url=file:/cluster/jboss-4.2.3.GA/server/all/farm/receiver.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/cluster/jboss-4.2.3.GA/server/all/farm/receiver.xml altDD: null lastDeployed: 1247461130066 lastModified: 1247461130000 mbeans: org.jboss.deployment.deploymenti...@6577cb62 { url=file:/cluster/jboss-4.2.3.GA/server/all/farm/sender.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/cluster/jboss-4.2.3.GA/server/all/farm/sender.xml altDD: null lastDeployed: 1247461130067 lastModified: 1247461130000 mbeans: --- Incompletely deployed packages --- org.jboss.deployment.deploymenti...@10cc0fdc { url=file:/cluster/jboss-4.2.3.GA/server/all/farm/receiver.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/cluster/jboss-4.2.3.GA/server/all/farm/receiver.xml altDD: null lastDeployed: 1247461130066 lastModified: 1247461130000 mbeans: org.jboss.deployment.deploymenti...@6577cb62 { url=file:/cluster/jboss-4.2.3.GA/server/all/farm/sender.xml } deployer: null status: null state: INIT_WAITING_DEPLOYER watch: file:/cluster/jboss-4.2.3.GA/server/all/farm/sender.xml altDD: null lastDeployed: 1247461130067 lastModified: 1247461130000 mbeans: I have placed sender.xml and receiver .xml in farm folder. What should I do now to set up a network of brokers. Is it same as installing activemq on clustered jboss? -- View this message in context: http://www.nabble.com/Network-of-brokers-tp24456231p24456231.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.