Skip to main content
Announcements
Global Transformation Awards! Applications are now open. Submit Entry
cancel
Showing results for 
Search instead for 
Did you mean: 
juju1983
Contributor II
Contributor II

Write on an azure service bus queue in an ETL Job

Hello,

I try to write in an azure service bus queue in a job using the studio.

It works in a route using cMQConnectionfactory component.

However, i need to write on the queue in a job and this component does not exist.

I tried theses components :

• tMicrosoftOutput -> not works with azure service bus

• tMomOutput -> not works with azure service bus (not AMQP friendly)

• tJMSOutput -> i tries many parameters using the MS webpage https://docs.microsoft.com/fr-fr/azure/service-bus-messaging/service-bus-java-how-to-use-jms-api-amq...) :but still not work.

Can you please help me defining the right component and the rights parameters ?

Regards

Labels (3)
1 Solution

Accepted Solutions
juju1983
Contributor II
Contributor II
Author

@Shicong Hong​ Thank you for your answer! At the end we found a solution using the azure service bus rest API !

Regards

View solution in original post

3 Replies
Anonymous
Not applicable

Hello

I have redirected your question to our developers, I will update to you once I get any ideas or answers.

 

Regards

Shong

Anonymous
Not applicable

@Julien N​, I have got an answer from our developer:

I haven't seen a standard DI component successfully connect with AMQP 1.0. It looks like you should be able to use JMS 2.0 with the premium tier Azure Service Bus, but otherwise I'd consider designing a solution using a route with cTalendJob if possible. Another option would be writing in some Java with tJavaFlex or similar.

juju1983
Contributor II
Contributor II
Author

@Shicong Hong​ Thank you for your answer! At the end we found a solution using the azure service bus rest API !

Regards