cancel
Showing results for 
Search instead for 
Did you mean: 

Does HANA support one-way message pattern?

Former Member
0 Kudos

Hello,

Does HANA dabase supports messaging & Queuing (one-way message) feature?

SQL server has a feature called Service broker which does the messaging & queuing.  Does HANA has any similar feature?

We will need to implement one-way message pattern to run large jobs in the background. Once the job is done, HANA will notify the user.

Regards,

TK

Accepted Solutions (0)

Answers (2)

Answers (2)

rama_shankar3
Active Contributor
0 Kudos

Hi Thandava,

FYI, you can integrate Windows scripting engine and Windows scheduling engine with custom HANA procedures to create a custom messaging application.within SAP HANA.

Please let me know if you need additional inputs on the above custom solution option.

Hope this helps.

Rama

former_member184768
Active Contributor
0 Kudos

Hi Thandava,

I don't think HANA database as such provides such feature, but it can be implemented using either custom code (XS development) or ETL tools (like BODS).

Depending upon what kind of jobs do you wish to execute on HANA database, you can choose the tool for the messaging and alerts.

You should also be able to integrate third party tools which can communicate to HANA using JDBC / ODBC /oData protocol.

Regards,

Ravi