[
https://issues.apache.org/jira/browse/CAMEL-5271?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15882523#comment-15882523
]
ASF GitHub Bot commented on CAMEL-5271:
---------------------------------------
GitHub user sverkera opened a pull request:
https://github.com/apache/camel/pull/1490
Implemented SNMP Trap producer and solved bug in SnmpMessage
Implemented a SNMP Trap producer with testcase, for solving CAMEL-5271.
It requires the fix for CAMEL-10893 to work, therefore both in the same
pull request.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/sverkera/camel master
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/camel/pull/1490.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #1490
----
commit 6084a0af4f60315e4801b7c569eb32e0138c07ec
Author: Sverker Abrahamsson <[email protected]>
Date: 2017-02-24T11:28:55Z
CAMEL-10893 PDU was not copied when creating new instance
commit 79d37cbd9e7e682b61deab7e8e43e1e3465a24bc
Author: Sverker Abrahamsson <[email protected]>
Date: 2017-02-24T11:37:33Z
CAMEL-5271 Implemented a SNMP Trap producer. TrapTest now validates both
producer and consumer (for which the test previously was disabled)
----
> camel-snmp should provide a Producer for sending TRAPS/INFORMS
> --------------------------------------------------------------
>
> Key: CAMEL-5271
> URL: https://issues.apache.org/jira/browse/CAMEL-5271
> Project: Camel
> Issue Type: New Feature
> Components: camel-snmp
> Reporter: Gregor Kopij
> Priority: Minor
> Fix For: Future
>
>
> As for today the camel-snmp-component can only handle incoming TRAPs. It
> should be possible to send TRAPs (and INFORMS) from a route as part of the
> application logic.
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)