Questions tagged [broker]

389 questions
3
votes
0 answers

Keycloak: CLIENT_INITIATED_ACCOUNT_LINKING_ERROR with invalid_token

We're having a Keycloak with the realm socialBetaTest when I try to initate the Client Initiated Account Linking with the following URL (link with…
maio290
  • 6,440
  • 1
  • 21
  • 38
3
votes
0 answers

Send Password Reset Email through different Guards

I have 4 different guards registered in my auth.php file. I have a single page for resetting the password for users in the four guards. So, while sending the email I manage to figure out which guard to use by sending it through the form. My…
Advaith
  • 2,490
  • 3
  • 21
  • 36
3
votes
0 answers

Integrating Security to Kafka 1.0 with SSL Enabled

I am unable to integrate security to Kafka 1.0 with ssl enabled. Here are changes to my server.properties security.inter.broker.protocol=SSL listeners=PLAINTEXT://localhost:9092,SSL://localhost:9094 Here is my advertised listeners…
phaigeim
  • 729
  • 13
  • 34
3
votes
1 answer

Unable to setup broker-bean for ActiveMQ

I've been having problems configuring an ActiveMQ broker through an xBean-parsed external XML file. At this point, ANY help, tips, pointers, hints or even cheering-up are appreciated. Here's my issue: I'm trying to use an external .xml file to…
Eduardo Z.
  • 633
  • 3
  • 10
  • 32
3
votes
0 answers

JMX/RMI issues when starting broker

Hello fellow stackoverflowers. I have been getting a quite nasty error while trying to start up my brokers with ActiveMQ. It seems that, for some reason, the management context tries to start up something that is already registered. The top of the…
Eduardo Z.
  • 633
  • 3
  • 10
  • 32
3
votes
5 answers

Is there any Kafka Monitoring API in Java?

I am trying to write a Java code to get consumer offsets and lag for our kafka cluster. Is there a Java API to get this information ?
user3359139
  • 430
  • 4
  • 17
3
votes
2 answers

Optimized Publish/Subcribe JMS Broker Cluster and Conflicting Posts on StackOverFlow for the Answer

I am looking to build a publish/subscribe distributed messaging framework that can manage huge volumes of message traffic with some intelligence at the broker level. I don't know if there's a topology that describes this, but this is the model I'm…
Gene
  • 51
  • 4
3
votes
4 answers

Splitting activemq broker configuration into multiple files

I have an activemq broker and I want to split its configuration into multiple files. I want to prepare a separate configuration file, which will be generated automatically and which will contain only definitions of queues. File 1:…
rattaman
  • 506
  • 3
  • 15
3
votes
1 answer

ActiveMQ scheduled messages in master-slave

Are scheduled messages are also shared when using activemq broker master-slave? I successfully created master-slave by jdbc, but the scheduled messages do not appear in the database. This makes the master-slave broker configuration not really a 100%…
3
votes
1 answer

WebSphere Message Broker - how to send a PCF message

We need to issue some MQ commands from a MB flow. The way to go is to send a PCF command, but I dont know how to create it. Any pointers ? Sebastian.
Sebastia.Net
  • 129
  • 2
  • 14
3
votes
1 answer

Forwarding messages from one ActiveMQ to another?

I am trying to setup a simple network of ActiveMQ brokers. I have 2 machines, say A and B. In A's activemq.xml file I have put networkConnector which has URI pointed to machine B. In the logs of A it is shown that it is connected to B. I have an…
Guru
  • 167
  • 3
  • 12
3
votes
2 answers

Tridion 2009 SP1: Image Thumbnails - How to publish the original image as well?

I have a Dynamic Component Template which publishes XML to the Broker database which is then dynamically loaded using the Component Presentation factory. This Xml contains URLs to Images. I need a thumbnail and a full image to be available. I have…
Rob Stevenson-Leggett
  • 35,279
  • 21
  • 87
  • 141
3
votes
1 answer

Is it possible to use ActiveMQ for publish/subscribe messaging

I am very much new to activemq. I was trying to use activemq broker for subscribe/publish messages. But as for lack of experience I have no idea how to do it or if its really possible to do it. I googled a lot but unfortunately there is no suitable…
moshfiqur
  • 2,065
  • 3
  • 24
  • 27
2
votes
2 answers

ActiveMQ Network Brokers

I am trying to create an ActiveMQ Network which will be consisted of 2 Brokers. I have done then configuration as described in the related guide (http://activemq.apache.org/networks-of-brokers.html)
user944643
  • 83
  • 2
  • 6
2
votes
1 answer

"0/1 nodes are available: pod has unbound immediate PersistentVolumeClaims" error using microk8s

by using the helm chart of emqx operator(https://github.com/emqx/emqx-operator) and going to follow their guide (https://github.com/emqx/emqx-operator/blob/main/docs/en_US/tasks/configure-emqx-persistence.md) on how to set data persistence I get the…
ADD_96
  • 25
  • 4