All Downloads are FREE. Search and download functionalities are using the official Maven repository.

template-listener.trigger.js.template Maven / Gradle / Ivy

var producer = require('messaging/v3/producer');
var message = "[ I am a message created at: " + new Date() + " ]";
producer.queue("{{projectName}}/{{fileName}}").send(message);
console.log("Hello from the {{fileName}} Trigger! Message: " + message);




© 2015 - 2025 Weber Informatics LLC | Privacy Policy