Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ActiveMQ support #1373

Open
v2boardbot opened this issue Apr 16, 2024 · 3 comments
Open

ActiveMQ support #1373

v2boardbot opened this issue Apr 16, 2024 · 3 comments
Labels
broker support Propose a new broker support

Comments

@v2boardbot
Copy link

To suggest an idea or inquire about a new Message Broker supporting feature or any other enhancement, please follow this template:

Is your feature request related to a problem? Please describe.
Provide a clear and concise description of the problem you've encountered. For example: "I'm always frustrated when..."

Describe the solution you'd like
Clearly and concisely describe the desired outcome or solution.

Feature code example
To help others understand the proposed feature, illustrate it with a FastStream code example:

from faststream import FastStream
...

Describe alternatives you've considered
Provide a clear and concise description of any alternative solutions or features you've thought about.

Additional context
Include any other relevant context or screenshots related to the feature request.

@v2boardbot v2boardbot added the enhancement New feature or request label Apr 16, 2024
@Lancetnik Lancetnik added broker support Propose a new broker support and removed enhancement New feature or request labels Apr 16, 2024
@Lancetnik Lancetnik changed the title Feature: Increase support for ActiveMQ ActiveMQ support Apr 16, 2024
@Lancetnik
Copy link
Collaborator

What does "increase support" mean? ActiveMQ is working on top of AMQP/MQTT/STOMP (the same with RMQ), so these clients should support it as well. Does it have any specific features we should implement via separated broker?

@v2boardbot
Copy link
Author

RabbitMQ's AMQP cannot be used directly on ActiveMQ

@Bankass77
Copy link

Hi, please , I would upgrade my dependency in pom.xml of
org.apache.activemq
activemq-client
5.16.1
to
org.apache.activemq
activemq-client
5.18.3
and use
ActiveMQConnectionFactory class, but i have this exception:
java.lang.IllegalStateException: java.lang.RuntimeException: java.lang.NullPointerException: Schema failover not found. How i can use failover, please ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
broker support Propose a new broker support
Projects
Status: Backlog
Development

No branches or pull requests

3 participants