So with the synonyms in place, the broker process starts (and creates an
empty log file) and then exits (or does it hang?) without logging a single
line, but if you delete the synonyms and change nothing else, the broker
starts correctly and logs normal content. Did I describe that 100%
accurately?
No actually ActiveMQ is not starting about creating public synonyms.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/ActiveMQ-With-Public-synonyms-tp4727182p4727257.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.
Multiple HA examples ship with the broker. I recommend you run those to see
live/backup pairs in action.
Justin
- Original Message -
From: "praneethg"
To: users@activemq.apache.org
Sent: Thursday, June 8, 2017 9:09:30 PM
Subject: Re: Artemis - HA cluster with master and two backups
C
Can you please send your configurations? and the way you send message to
Broker? Having hard time to prove Master slave works.
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Artemis-HA-cluster-with-master-and-two-backups-tp4726866p4727253.html
Sent from the ActiveMQ - U
Are the messages you're publishing persistent? If not, they're being stored
in the broker's memory, and are lost on failover.
On Jun 8, 2017 8:45 AM, "bigactivemq" wrote:
> I have setup my Master Slave configurations , both running in the same
> laptop. I successfully tested the failover but I n
Can you please provide links to those other discussions, so that we can
take them into account when responding here?
On Jun 8, 2017 6:50 AM, "aragoubi" wrote:
> I have an activemq broker deployed within my jboss server.
> activemq is deployed as a rar file placed into jboss standalone/deployment
Do you get any error messages?
On Jun 8, 2017 7:03 AM, "mohitkumarsingh"
wrote:
> I am using oracle schema and have generated public synonyms for all tables.
> The main application is using public synonyms but Active MQ generate three
> tables at runtime for them I have manually added 3 tables i
As a follow up, there has been some discussion on building a web console
but no work has been done yet on it.
On Wed, Jun 7, 2017 at 5:32 PM, Brett Delle Grazie <
brett.dellegra...@gmail.com> wrote:
> You can also use HawtIO and this plugin:
> https://github.com/rh-messaging/artemis-hawtio
>
> It
I have setup my Master Slave configurations , both running in the same
laptop. I successfully tested the failover but I noticed the following
behavior:
1. In Master sent two messages to queue "sales"
2. Stop Master and Slave takes control.
3. in Slave console: Check queue "sales" and it doesn't sho
I am using oracle schema and have generated public synonyms for all tables.
The main application is using public synonyms but Active MQ generate three
tables at runtime for them I have manually added 3 tables in oracle schema
and made its public synonyms.
But, Active MQ not able to access these t
I have an activemq broker deployed within my jboss server.
activemq is deployed as a rar file placed into jboss standalone/deployment
repository.
An other project is also deployed within my jboss as an ear file.
This last is exposing some ejb objects.
I tried to get an ejb inside a jar file p
Artemis supports all the same clients plus an extra one. It supports the
Core protocol (The Artemis native protocol), OpenWire(which is the ActiveMQ
5.x native protocol), AMQP, MQTT, and STOMP. So any of your existing
clients will work with the broker as long as you have enabled the protocol
supp
How hard would be to switch just the messaging server from ActiveMQ to
Artemis. There are a lot of JMS, Perl, Python clients connecting to our
ActiveMQ instance.
Is Artemis being developed as drop-in replacement for ActiveMQ that can work
seamlessly with activemq-client libraries without much chan
13 matches
Mail list logo