-
Notifications
You must be signed in to change notification settings - Fork 4
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
Make sure samples are working in dev mode, with added tests #36
Comments
Hi @ozangunalp. Can you post the exact exception you are facing. I have left the application.properties with empty values. We need to configure it before running. Are you facing the issue after configuring the right values in application.properties |
I'd expect that the sample would work with the Solace dev service provided by the extension, without configuring values in
Maybe we can configure something on Solace broker to auto-create queues ? |
If I am not mistaken the
hello-connector-solace
example project is not working OOTB with aquarkus dev
command.We need to make sure that it contains correct, working examples for incoming and outgoing channels.
A general cleanup would also be welcomed. For example, ack and nack callbacks added here are not necessary and can be omitted:
solace-quarkus/samples/hello-connector-solace/src/main/java/com/solace/quarkus/samples/HelloConsumer.java
Lines 29 to 39 in a7e39f9
The text was updated successfully, but these errors were encountered: