-
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
Fixed #39 #36 #40
Fixed #39 #36 #40
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍 I forgot about the missing-resource-creation-strategy=create-on-start
I noted a couple of changes that'll make the example a bit more coherent.
Also, I've noted that in dev mode the queue.dynamic.topic incoming channels consume messages from the beginning of the queue, and I see in the Solace UI that "messages queued" get stacked up. Does that mean we have problem with sending acknowledgements to the broker?
samples/hello-connector-solace/src/main/java/com/solace/quarkus/samples/HelloConsumer.java
Show resolved
Hide resolved
samples/hello-connector-solace/src/main/java/com/solace/quarkus/samples/HelloConsumer.java
Show resolved
Hide resolved
samples/hello-connector-solace/src/main/java/com/solace/quarkus/samples/HelloConsumer.java
Outdated
Show resolved
Hide resolved
samples/hello-connector-solace/src/main/java/com/solace/quarkus/samples/HelloConsumer.java
Outdated
Show resolved
Hide resolved
Earlier we are creating a outbound message with ack and nack callbacks which used to trigger acks to broker. Since we removed it i believe it is not calling the ack method which sends ack to broker |
Ok actually this exposes something missing from the
|
@ozangunalp all comments are addressed |
No description provided.