Re: ActiveMQ With Public synonyms

2017-06-08 Thread Tim Bain
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?

Re: ActiveMQ With Public synonyms

2017-06-08 Thread mohitkumarsingh
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.

Re: Artemis - HA cluster with master and two backups

2017-06-08 Thread Justin Bertram
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

Re: Artemis - HA cluster with master and two backups

2017-06-08 Thread praneethg
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

Re: Master Slave

2017-06-08 Thread Tim Bain
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

Re: Adding activemq jetty-all jar for using ws doesn't allow me anymore getting jboss exposed ejb

2017-06-08 Thread Tim Bain
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

Re: ActiveMQ With Public synonyms

2017-06-08 Thread Tim Bain
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

Re: How to monitor artemis ?

2017-06-08 Thread Christopher Shannon
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

Master Slave

2017-06-08 Thread bigactivemq
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

ActiveMQ With Public synonyms

2017-06-08 Thread mohitkumarsingh
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

Adding activemq jetty-all jar for using ws doesn't allow me anymore getting jboss exposed ejb

2017-06-08 Thread aragoubi
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

Re: Switch to Artemis from ActiveMQ v5.14.4?

2017-06-08 Thread Christopher Shannon
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

Re: Switch to Artemis from ActiveMQ v5.14.4?

2017-06-08 Thread xabhi
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