Re: Delete/Purge Topic

2017-08-10 Thread Tim Bain
I don't understand what you're saying is wrong, so I'm not sure how to help. On Aug 10, 2017 10:14 AM, "meghaauti" wrote: Hi Using the REST API I already posted, able to delete the topic Now the problem is, when again start our code, producer and subscribers are created but

Re: Delete/Purge Topic

2017-08-10 Thread meghaauti
Hi Using the REST API I already posted, able to delete the topic Now the problem is, when again start our code, producer and subscribers are created but somehow subscribers are getting registered to the Topic again. If I restart AMQ, then loose all the messages from topic (i dont have to re-start

Re: Network of brokers and destination policies

2017-08-10 Thread rth
Here's a simplified diagram of my broker network: Application 1 and Application 2 both both use messaging internally. Their messages do not need to be distributed across the broker network. The applications consume

Re: paging directory not accessible to cluster member

2017-08-10 Thread wwang2016
I tried to set the permission of the folder so that the user who started the application has full control, and the issue persisted. One more observation: (1) let instance #1 create all 1 messages, the paging folder was created with a paging file (2) both instance #1 and instance#2 were

RE: [ARTEMIS] REST Interface in Wildfly - Resolved

2017-08-10 Thread Vinche59
I just subclassing « org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap » and register « org. jboss.resteasy.spi.Registry » into ServletContext : package org.example; import javax.servlet.ServletContextEvent; import org.jboss.resteasy.plugins.server.servlet.ResteasyBootstrap; import