Re: jaasAuthenticationPlugin

2020-06-11 Thread Sumit Bhardwaj
Hi Domenico, I made a mistake with the role name.. It's working now correctly after I rectified it. Thanks a lot for your help! Best Sumit On Thu, Jun 11, 2020 at 1:41 PM Domenico Francesco Bruscino < bruscin...@gmail.com> wrote: > Hi Sumit, > > I can't see the

Re: jaasAuthenticationPlugin

2020-06-11 Thread Sumit Bhardwaj
Yes I already added that jar, but maybe I am missing something. Its showing me following when I login to http://localhost:8161/ Any pointer for this? Best Sumit [image: image.png] On Thu, Jun 11, 2020 at 1:04 PM Domenico Francesco Bruscino < bruscin...@gmail.com> wrote: > Hi Sumi

Re: jaasAuthenticationPlugin

2020-06-10 Thread Sumit Bhardwaj
Thank Domenico, I will try this. This will work with encrypted passwords as well right? Best Sumit On Thu, Jun 11, 2020 at 1:58 AM Domenico Francesco Bruscino < bruscin...@gmail.com> wrote: > Hi Sumit, > > to use the same JAAS Authentication Plugin for the web console, you ca

Re: jaasAuthenticationPlugin

2020-06-10 Thread Sumit Bhardwaj
Thanks a lot Dominico! I have one more question, can we use JAASAuthenticationPlugin for web console users as well? Best Sumit On Wed, Jun 10, 2020 at 1:19 AM Domenico Francesco Bruscino < bruscin...@gmail.com> wrote: > Hi Sumit, > > to get a working demo of JAAS Authenticat

jaasAuthenticationPlugin

2020-06-09 Thread Sumit Bhardwaj
achieve this? Thanks in advance. Best Sumit

Re: Large Number of ActiveMQ Connection Executor Threads

2019-07-11 Thread Sumit Bhardwaj
Thanks Tim. It solved the issue we were facing. Best Sumit On Thu, Jul 11, 2019 at 6:05 PM Tim Bain wrote: > To me this sounds like https://activemq.apache.org/jmstemplate-gotchas > rather than AMQ-6700. If you're not using a pooled connection factory, you > definitely need to.

Large Number of ActiveMQ Connection Executor Threads

2019-07-10 Thread Sumit Bhardwaj
any spring configuration or ActiveMQ server configuration? Best Sumit Bhardwaj

move like option for mq

2017-02-06 Thread sumit
HI I was previously using file component and was able to successfully move a file after processing to a desired folder. Now I am listening for a Rabbitmq and want to make a file after processing the mq message and then move that file to a specified folder as does the move option in file component

Re: help !! WHY ? "Cannot remove a consumer that had not been registered"

2014-08-11 Thread Sumit Khanna
Hey, I am also facing the same problem during my test. Have you been able to find a fix for this ??? Please share... -- View this message in context: http://activemq.2283324.n4.nabble.com/help-WHY-Cannot-remove-a-consumer-that-had-not-been-registered-tp2542385p4684305.html Sent from the Acti

Log4j.properties (for the activemq) is not behaving correctly during some failure scenarios

2014-08-11 Thread Sumit Khanna
Below is my log4j.properties sample which I am using for my Test. I have declared two variables (DATE,CURRENT_TIME) which stores some hard coded values(see the sample). And, i am using those variables which creating my activemq log file. So, in the normal scenario, when I start my activemq broker

Multiple consumer issue

2008-07-17 Thread SUMIT JAIN
I am using ActiveMq 4.1.1 I have 3 consumers listening to one topic. If one of my consumer is not running, and the other two are running, and a message is published, the two consumers would process the message. and the other consumer would miss this message. Does ActiveMQ provide any solution to

Performance Issues related to activemq server 4.1.1

2008-06-26 Thread SUMIT JAIN
hanged? I am facing this problem on a regular basis, so is there a fix for this problem? Thanks & Regards, Sumit Jain -- View this message in context: http://www.nabble.com/Performance-Issues-related-to-activemq-server-4.1.1-tp18130471p18130471.html Sent from the ActiveMQ - User mailing

Re: ActiveMQ Server Hangs

2008-06-24 Thread SUMIT JAIN
qrtt1 wrote: > > > > SUMIT JAIN wrote: >> >> Is it possible to identify when does the activemq server hangs .? >> ActiveMQ server is on Linux machine >> 2GB RAM >> Other processes running on this machine >> 1.web application running on tom

Reading Journal

2008-06-24 Thread SUMIT JAIN
I am using ActiveMq 4.1.1 and I am trying to read it as given below and the path specified in the file doesnt matter the output that i get is always the same This is the code that i have written: File f = new File("C:"); // File path does not matter output remains the same t

ActiveMQ Server Hangs

2008-06-24 Thread SUMIT JAIN
Is it possible to identify when does the activemq server hangs .? ActiveMQ server is on Linux machine 2GB RAM Other processes running on this machine 1.web application running on tomcat 2.MySQL 3.ActiveMQ server connected to our web application Similarly if a consumer hangs how do we identify it