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

extend the PulsarConnectionFactory to using temporary producers #169

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

moa5dr
Copy link

@moa5dr moa5dr commented Feb 21, 2025

  • add configuration property "useTempProducer" -> enables the temporary producer feature, distinguishing between temporary and non-temporary producers. Temporary producers are closed and removed immediately after their first use (i.e., after sending a message). This property is optional, with a default value of "false"
  • add configuration property "tempTopicNamePrefix" -> when "tempProducerConfig.useTempProducer" is enabled, you can explicitly specify the sequence in the topic/queue name. This property is optional, with a default value of "jms-temp-queue".

- add configuration property "useTempProducer" -> enables the temporary producer feature, distinguishing between temporary and non-temporary producers. Temporary producers are closed and removed immediately after their first use (i.e., after sending a message). This property is optional, with a default value of "false".
add configuration property "tempTopicNamePrefix" ->  when "pulsar.producer.configuration.tempProducerConfig.useTempProducer" is enabled, you can explicitly specify the sequence in the topic/queue name. This property is optional, with a default value of "jms-temp-queue".
@dlg99 dlg99 requested a review from eolivelli February 25, 2025 22:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant